diff --git a/js/image-hover.js b/js/image-hover.js
index 4bc72af6..e639eec3 100644
--- a/js/image-hover.js
+++ b/js/image-hover.js
@@ -13,7 +13,7 @@ if (window.Options && Options.get_tab('general')) {
+ ("")
+ ("")
+ ("")
- + "");console.log("aaa");
+ + "");
}
$('.image-hover').on('change', function(){
@@ -70,7 +70,7 @@ function initImageHover() { //Pashe, influenced by tux, et al, WTFPL
if (!getSetting("imageHover") && !getSetting("catalogImageHover")) {return;}
var selectors = [];
- console.log("image-hover");
+
if (getSetting("imageHover")) {selectors.push("img.post-image", "canvas.post-image");}
if (getSetting("catalogImageHover") && isOnCatalog()) {
selectors.push(".thread-image");