#2523 Enable categorized saved searches by default

This commit is contained in:
Toks
2015-11-13 00:14:08 -05:00
parent d6b9a1fb52
commit 2d3b7182bc
6 changed files with 19 additions and 6 deletions

View File

@@ -526,7 +526,7 @@
Danbooru.Post.initialize_saved_searches = function() {
$("#save-search").click(function() {
var input = null;
if (Danbooru.meta("enable-categorized-saved-searches") === "true") {
if (Danbooru.meta("disable-categorized-saved-searches") === "false") {
input = window.prompt("Category for this saved search (optional):");
}
$.post(