This commit is contained in:
Toks
2013-04-26 13:05:56 -04:00
parent 90e00b2150
commit d737eab661

View File

@@ -34,7 +34,7 @@
}
} else if (command === "[reset]") {
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)});
} else {
tags.push(command);