diff --git a/ext/handle_pixel/script.js b/ext/handle_pixel/script.js index b85094cc..1857c178 100644 --- a/ext/handle_pixel/script.js +++ b/ext/handle_pixel/script.js @@ -28,7 +28,7 @@ $(function() { zoom(this.options[this.selectedIndex].value); }); - $(".shm-main-image").click(function(e) { + $("img.shm-main-image").click(function(e) { switch(Cookies.get("ui-image-zoom")) { case "full": zoom("width"); break; default: zoom("full"); break;