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@gmail.com>2015-08-18 13:43:45 +0300
committersgiehl <stefan@piwik.org>2015-10-06 18:25:24 +0300
commit6307be0b45268d744e3d1db80e2087dca538ade5 (patch)
tree069b6d7b46cd22f4107729e96ce28a2bd59ff263 /plugins/MultiSites
parent42f9f52f36fc34583c4b3473006e0b1005b8ce90 (diff)
refs #4620 removed some code that was only there for IE8
Diffstat (limited to 'plugins/MultiSites')
-rw-r--r--plugins/MultiSites/angularjs/dashboard/dashboard-model.service.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MultiSites/angularjs/dashboard/dashboard-model.service.js b/plugins/MultiSites/angularjs/dashboard/dashboard-model.service.js
index 105ac32304..d90d0f0aec 100644
--- a/plugins/MultiSites/angularjs/dashboard/dashboard-model.service.js
+++ b/plugins/MultiSites/angularjs/dashboard/dashboard-model.service.js
@@ -162,7 +162,7 @@
return piwikApi.fetch(params).then(function (response) {
updateWebsitesList(response);
- }, onError)['finally'](function () {
+ }, onError).finally(function () {
model.isLoading = false;
if (model.refreshInterval && model.refreshInterval > 0) {