Commit 67a13986 by Rashid Khan

Merge pull request #616 from spenceralger/requirejs-timeout

added a 1 minute timeout to require.js.
parents 036f6c55 231c68ed
......@@ -86,5 +86,6 @@ require.config({
datepicker: ['jquery', 'bootstrap'],
elasticjs: ['angular', '../vendor/elasticjs/elastic']
}
},
waitSeconds: 60,
});
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