Commit e647b0d2d753ea57b76e1d6123753191ac214490
1 parent
12c8474b
Exists in
master
and in
8 other branches
removing timeout
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
js/requirejs-config.js
| @@ -11,6 +11,7 @@ base = removeUrlParameters(base); | @@ -11,6 +11,7 @@ base = removeUrlParameters(base); | ||
| 11 | 11 | ||
| 12 | requirejs.config({ | 12 | requirejs.config({ |
| 13 | baseUrl: ( base + '/js/'), | 13 | baseUrl: ( base + '/js/'), |
| 14 | + waitSeconds: 0, | ||
| 14 | paths: { | 15 | paths: { |
| 15 | jquery: 'jquery-2.1.3.min', | 16 | jquery: 'jquery-2.1.3.min', |
| 16 | jquery_ui: 'jquery-ui-1.11.4.custom/jquery-ui.min', | 17 | jquery_ui: 'jquery-ui-1.11.4.custom/jquery-ui.min', |