Explorar el Código

Merge remote-tracking branch 'upstream/master'

Rashid Khan hace 12 años
padre
commit
8a4b8cf1b0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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'],
 
     elasticjs:              ['angular', '../vendor/elasticjs/elastic']
-  }
+  },
+  waitSeconds: 60,
 });