From ea0ee79d05e7d27df4c360e5a28bcfa2834ab183 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Fri, 4 Dec 2015 03:42:43 +0000 Subject: there was a weird character after || --- js/piwik.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/piwik.js b/js/piwik.js index 94816854a8..344e5436e9 100644 --- a/js/piwik.js +++ b/js/piwik.js @@ -4905,7 +4905,7 @@ if (typeof Piwik !== 'object') { var aliasPath = getPathName(configHostAlias); var currentPath = getPathName(currentUrl); - if (!aliasPath || aliasPath === '/' || !currentPath || currentPath === '/') { + if (!aliasPath || aliasPath === '/' || !currentPath || currentPath === '/') { // no path set that would be useful for cookiePath return; } -- cgit v1.2.3