Browse Source

added a 1 minute timeout to require.js.

Spencer Alger 12 years ago
parent
commit
231c68edd7
1 changed files with 2 additions and 1 deletions
  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,
 });