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 <tsteur@users.noreply.github.com>2016-09-14 00:08:01 +0300
committerGitHub <noreply@github.com>2016-09-14 00:08:01 +0300
commit73901757334d0f38a63fa2500a194db60071b56a (patch)
tree3cb999d312b52c15498979da2f59d793822253d0 /plugins/Dashboard
parent53c4051462782bcc84aff1161eef44c6e96c1e1a (diff)
fix reset dashboard notification was shown multiple times under circumstances (#10496)
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/angularjs/dashboard/dashboard.directive.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dashboard/angularjs/dashboard/dashboard.directive.js b/plugins/Dashboard/angularjs/dashboard/dashboard.directive.js
index 60031e80d3..3231d60a52 100644
--- a/plugins/Dashboard/angularjs/dashboard/dashboard.directive.js
+++ b/plugins/Dashboard/angularjs/dashboard/dashboard.directive.js
@@ -29,6 +29,7 @@
widgetsHelper.getAvailableWidgets();
+ $('#dashboardWidgetsArea').off('dashboardempty', showEmptyDashboardNotification);
$('#dashboardWidgetsArea')
.on('dashboardempty', showEmptyDashboardNotification)
.dashboard({