dever 7 years ago
parent
commit
c239c5db08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      front/static/document.js

+ 1 - 1
front/static/document.js

@@ -47,7 +47,7 @@ var Document =
             }
         }
         if (typeof($) != 'object') {
-            self.Script('jquery');
+            self.Script('jquery', callback);
         } else {
             callback();
         }