fixes #1752
This commit is contained in:
@@ -71,6 +71,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
var term = before_caret_text.match(/\S+/g).pop();
|
var term = before_caret_text.match(/\S+/g).pop();
|
||||||
|
var prefixes = /^(?:-|~|general:|gen:|artist:|art:|copyright:|copy:|co:|character:|char:|ch:)(.+)$/
|
||||||
|
var match = term.match(prefixes);
|
||||||
|
if (match) {
|
||||||
|
term = match[1];
|
||||||
|
}
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/tags.json",
|
url: "/tags.json",
|
||||||
data: {
|
data: {
|
||||||
|
|||||||
Reference in New Issue
Block a user