mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Workaround a behavior modification probably in grunt-string-replace
This commit is contained in:
parent
336cf768d8
commit
50771b0762
@ -26,7 +26,7 @@ function (angular, $, _, appLevelRequire) {
|
|||||||
// features if we define them after boot time
|
// features if we define them after boot time
|
||||||
register_fns = {};
|
register_fns = {};
|
||||||
|
|
||||||
// This stores the Kibana revision number, @REV@ is replaced by grunt.
|
// // This stores the Kibana revision number, @REV@ is replaced by grunt.
|
||||||
app.constant('grafanaVersion',"@grafanaVersion@");
|
app.constant('grafanaVersion',"@grafanaVersion@");
|
||||||
|
|
||||||
// Use this for cache busting partials
|
// Use this for cache busting partials
|
||||||
@ -150,4 +150,4 @@ function (angular, $, _, appLevelRequire) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
return app;
|
return app;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user