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