Commit 50771b07 by Bruno Renié

Workaround a behavior modification probably in grunt-string-replace

parent 336cf768
......@@ -26,7 +26,7 @@ function (angular, $, _, appLevelRequire) {
// features if we define them after boot time
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@");
// Use this for cache busting partials
......@@ -150,4 +150,4 @@ function (angular, $, _, appLevelRequire) {
});
return app;
});
\ No newline at end of file
});
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