]> git.sur5r.net Git - i3/i3.github.io/commitdiff
Bugfix: return false to stop event handling when clicking on the next button (Thanks...
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 22 Jul 2011 14:46:58 +0000 (16:46 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 22 Jul 2011 14:46:58 +0000 (16:46 +0200)
screenshots/index.html.mako

index 8ab46ac103b4febef919a81c95cfd1e7d0057f6d..7e5a874cdf234fb4c17916ea0123e0f1895e9248 100644 (file)
@@ -278,7 +278,7 @@ $(document).ready(function() {
         // disable mousewheel handler during load (will be re-enabled after the animation)
         $(window).unmousewheel(wheelhandler);
 
-        return true;
+        return false;
     };
     $('#imgright').click(imgright);