mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added a 1 minute timeout to require.js.
This commit is contained in:
parent
036f6c5501
commit
231c68edd7
@ -86,5 +86,6 @@ require.config({
|
|||||||
datepicker: ['jquery', 'bootstrap'],
|
datepicker: ['jquery', 'bootstrap'],
|
||||||
|
|
||||||
elasticjs: ['angular', '../vendor/elasticjs/elastic']
|
elasticjs: ['angular', '../vendor/elasticjs/elastic']
|
||||||
}
|
},
|
||||||
|
waitSeconds: 60,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user