Commit e647b0d2d753ea57b76e1d6123753191ac214490

Authored by Leandro Santos
1 parent 12c8474b

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 11  
12 12 requirejs.config({
13 13 baseUrl: ( base + '/js/'),
  14 + waitSeconds: 0,
14 15 paths: {
15 16 jquery: 'jquery-2.1.3.min',
16 17 jquery_ui: 'jquery-ui-1.11.4.custom/jquery-ui.min',
... ...