From c469d3221ac6c7aff3f79d204dc32ff3572627be Mon Sep 17 00:00:00 2001 From: WENDLING NICOLAS Date: Tue, 26 Jan 2021 16:50:43 +0100 Subject: =?UTF-8?q?=F0=9F=90=9B=20Change=20to=20singlequotes=20-=20Fix=20b?= =?UTF-8?q?uild=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- js/controller/NavigationController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/controller/NavigationController.js b/js/controller/NavigationController.js index 4ff3d2b7d..2483fbd00 100644 --- a/js/controller/NavigationController.js +++ b/js/controller/NavigationController.js @@ -156,7 +156,7 @@ app.controller('NavigationController', function ($route, FEED_TYPE, FeedResource }; this.isSharedActive = function () { - console.log("hey i'm : " + $route.current.$$route.type); + console.log('hey i\'m : ' + $route.current.$$route.type); return $route.current && $route.current.$$route.type === FEED_TYPE.SHARED; }; -- cgit v1.2.3