Fix src unsafe error
hiromipaw

hiromipaw commited on 2017-06-16 12:58:39
Zeige 2 geänderte Dateien mit 2 Einfügungen und 1 Löschungen.

... ...
@@ -56,7 +56,7 @@
56 56
    License: Public Domain (http://www.stemkoski.com/stupid-simple-jquery-accordion-menu/#comment-32882) */
57 57
   </script>
58 58
 </head>
59
-<body onload="resetAll()" onunload="">
59
+<body class="onload">
60 60
     <span class="hidden" id="version-data">
61 61
         { "torbrowserbundledir" : "<version-torbrowserbundledir>",
62 62
           "torbrowserbundle" : "<version-torbrowserbundle>",
... ...
@@ -63,6 +63,7 @@ $(function(){
63 63
 });
64 64
 
65 65
 $(document).ready(function () {
66
+    $('.onload').ready(resetAll;
66 67
       
67 68
     $('.jump').click(function(event){
68 69
       //prevent the default action for the click event
69 70