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
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-04-30 09:32:52 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-04-30 09:32:52 +0400
commitcf65ed10a6c431a9b0cebcff58b53cfb527b0fe5 (patch)
tree864b0dc2987f565c48cb783d0f3e6ef20a806ae5 /plugins/CoreHome/angularjs/piwikApp.js
parentc69a0073068a59af90096ac426ab290f4a050f3d (diff)
refs #4987 tweaked some reports, remember whether zenmode is enabled/disabled, code improvements
Diffstat (limited to 'plugins/CoreHome/angularjs/piwikApp.js')
-rw-r--r--plugins/CoreHome/angularjs/piwikApp.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreHome/angularjs/piwikApp.js b/plugins/CoreHome/angularjs/piwikApp.js
index a678168f3e..4020ac8ff5 100644
--- a/plugins/CoreHome/angularjs/piwikApp.js
+++ b/plugins/CoreHome/angularjs/piwikApp.js
@@ -8,6 +8,7 @@
angular.module('piwikApp', [
'ngSanitize',
'ngAnimate',
+ 'ngCookies',
'piwikApp.config',
'piwikApp.service',
'piwikApp.directive',