Fix small typo
hiromipaw

hiromipaw commited on 2017-06-16 13:02:36
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -63,7 +63,7 @@ $(function(){
63 63
 });
64 64
 
65 65
 $(document).ready(function () {
66
-    $('.onload').ready(resetAll;
66
+    $('.onload').ready(resetAll);
67 67
 
68 68
     $('.jump').click(function(event){
69 69
       //prevent the default action for the click event
70 70