Browse Source

Merge pull request #616 from spenceralger/requirejs-timeout

added a 1 minute timeout to require.js.
Rashid Khan 12 năm trước cách đây
mục cha
commit
67a1398608
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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,
 });