From 00bb4ae25a015e8cdc988c12f4c72f9bb46b0508 Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 24 Oct 2016 09:54:28 +0200 Subject: * hashchange event bound properly --- web/osika.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }; -- cgit v1.2.3