diff options
Diffstat (limited to 'web/osika.js')
-rw-r--r-- | web/osika.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/osika.js b/web/osika.js index 810a366..d4e7c47 100644 --- a/web/osika.js +++ b/web/osika.js @@ -42,7 +42,7 @@ var Osika = function() { } that.getHand(location.hash.substring(1)); } - jQuery(window).hashchange(that.init); + jQuery(window).on('hashchange', that.init); }; that.init(); }; |