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:
Diffstat (limited to 'plugins/CoreHome/angularjs/piwikApp.js')
-rw-r--r--plugins/CoreHome/angularjs/piwikApp.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/CoreHome/angularjs/piwikApp.js b/plugins/CoreHome/angularjs/piwikApp.js
index d505e34817..aba5bb47de 100644
--- a/plugins/CoreHome/angularjs/piwikApp.js
+++ b/plugins/CoreHome/angularjs/piwikApp.js
@@ -16,4 +16,8 @@
'piwikApp.filter'
]);
angular.module('app', []);
+
+ angular.module('piwikApp').config(['$locationProvider', function($locationProvider) {
+ $locationProvider.hashPrefix('');
+ }]);
})(); \ No newline at end of file