Ver código fonte

Merge remote-tracking branch 'upstream/master'

Rashid Khan 12 anos atrás
pai
commit
8a4b8cf1b0
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      src/app/components/require.config.js

+ 2 - 1
src/app/components/require.config.js

@@ -86,5 +86,6 @@ require.config({
     datepicker:             ['jquery', 'bootstrap'],
     datepicker:             ['jquery', 'bootstrap'],
 
 
     elasticjs:              ['angular', '../vendor/elasticjs/elastic']
     elasticjs:              ['angular', '../vendor/elasticjs/elastic']
-  }
+  },
+  waitSeconds: 60,
 });
 });