#2063: fix issue with static metatags

This commit is contained in:
Toks
2013-12-17 00:05:07 -05:00
parent 94c0318d03
commit 13157cecfa

View File

@@ -79,7 +79,7 @@
case "locked": case "locked":
case "-locked": case "-locked":
Danbooru.Autocomplete.static_metatag_source(term, resp, metatag); Danbooru.Autocomplete.static_metatag_source(term, resp, metatag);
break; return;
} }
if (term === "") { if (term === "") {