fixes #1442
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
}
|
}
|
||||||
} else if (command === "[reset]") {
|
} else if (command === "[reset]") {
|
||||||
return [];
|
return [];
|
||||||
} else if (command[0] === "-") {
|
} else if (command[0] === "-" && !command.match(/^-pool:/i)) {
|
||||||
return Danbooru.reject(tags, function(x) {return x === command.substr(1, 100)});
|
return Danbooru.reject(tags, function(x) {return x === command.substr(1, 100)});
|
||||||
} else {
|
} else {
|
||||||
tags.push(command);
|
tags.push(command);
|
||||||
|
|||||||
Reference in New Issue
Block a user