Commit 7f783da1 by David Baumgold

Increase requirejs load timeout to 60 seconds

parent 9cd0771f
......@@ -33,6 +33,7 @@
window.baseUrl = "${settings.STATIC_URL}";
var require = {
baseUrl: baseUrl,
waitSeconds: 60,
paths: {
"domReady": "js/vendor/domReady",
"gettext": "/i18n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment