From 50771b0762aa3edfc84c7a8d23606041d0fbc138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Reni=C3=A9?= Date: Sun, 16 Mar 2014 20:50:15 +0100 Subject: [PATCH] Workaround a behavior modification probably in grunt-string-replace --- src/app/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/app.js b/src/app/app.js index 3b3cac57402..88b8f2abd26 100644 --- a/src/app/app.js +++ b/src/app/app.js @@ -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 +});