dever 7 năm trước cách đây
mục cha
commit
c239c5db08
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
         }