dever hace 7 años
padre
commit
c239c5db08
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
         }