From: Martin Mares Date: Fri, 14 Feb 2014 22:25:53 +0000 (+0100) Subject: Fixed typo in custom JS X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=77656cc5fa332e01dc275bd5a371e833266028b5;p=gallery.git Fixed typo in custom JS --- diff --git a/gal/highslide/custom.js b/gal/highslide/custom.js index e9225ae..ae76993 100644 --- a/gal/highslide/custom.js +++ b/gal/highslide/custom.js @@ -86,7 +86,7 @@ if(window.onload) { } else window.onload = showDefaultImage; if(window.onhashchange) { - var curronload = window.onHashChange; + var current = window.onHashChange; var newAction = function() { current(); checkHashChange();