Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-04-28 08:40:07 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-04-28 08:40:07 +0300
commit668ec8c9ab6fc05a4476ac40cf48765699972e1c (patch)
tree3218cf4bdbe399b6407a6a6c42f4a244feaf0151 /js
parent6e688c5893f0e30ca45637a32c524c4583a7e99f (diff)
make hasCookies work again
Diffstat (limited to 'js')
-rw-r--r--js/piwik.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/piwik.js b/js/piwik.js
index a3cb093209..57fadb679d 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -2569,7 +2569,6 @@ if (typeof Piwik !== 'object') {
* Does browser have cookies enabled (for this site)?
*/
function hasCookies() {
- return '0';
if (configCookiesDisabled) {
return '0';
}