mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(systemjs): most things work
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
<script>
|
||||
System.import('app/app').then(function(app) {
|
||||
app.default.init();
|
||||
app.init();
|
||||
}).catch(function(err) {
|
||||
console.log('Loading app module failed: ', err);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user