remove unused js
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
this.initialize_post_image_resize_to_window_link();
|
this.initialize_post_image_resize_to_window_link();
|
||||||
this.initialize_similar();
|
this.initialize_similar();
|
||||||
this.initialize_replace_image_dialog();
|
this.initialize_replace_image_dialog();
|
||||||
this.initialize_fav_button();
|
|
||||||
|
|
||||||
if ((Danbooru.meta("always-resize-images") === "true") || ((Danbooru.Cookie.get("dm") != "1") && (window.innerWidth <= 660))) {
|
if ((Danbooru.meta("always-resize-images") === "true") || ((Danbooru.Cookie.get("dm") != "1") && (window.innerWidth <= 660))) {
|
||||||
$("#image-resize-to-window-link").click();
|
$("#image-resize-to-window-link").click();
|
||||||
@@ -249,9 +248,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Danbooru.Post.initialize_fav_button = function() {
|
|
||||||
}
|
|
||||||
|
|
||||||
Danbooru.Post.initialize_favlist = function() {
|
Danbooru.Post.initialize_favlist = function() {
|
||||||
$("#favlist").hide();
|
$("#favlist").hide();
|
||||||
$("#hide-favlist-link").hide();
|
$("#hide-favlist-link").hide();
|
||||||
|
|||||||
Reference in New Issue
Block a user