diff options
author | emkael <emkael@tlen.pl> | 2016-10-24 09:54:28 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-10-24 09:54:28 +0200 |
commit | 00bb4ae25a015e8cdc988c12f4c72f9bb46b0508 (patch) | |
tree | 7568a359060c885ee060dca501b6f5330ebb1ccc | |
parent | 516b2bde5ba9fe31b6956032d52882658cf05a2c (diff) |
-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(); }; |