#2523 Enable categorized saved searches by default
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user