fixes #1752
This commit is contained in:
@@ -47,6 +47,10 @@
|
||||
return false;
|
||||
},
|
||||
source: function(req, resp) {
|
||||
if (req.term.match(/ $/)) {
|
||||
return;
|
||||
}
|
||||
|
||||
var term = req.term.match(/\S+/g).pop();
|
||||
$.ajax({
|
||||
url: "/tags.json",
|
||||
|
||||
Reference in New Issue
Block a user