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:
authorStefan Giehl <stefan@matomo.org>2020-06-18 00:16:10 +0300
committerGitHub <noreply@github.com>2020-06-18 00:16:10 +0300
commit88a02b9b3716e23eb4e8d982ce9d82211089d9a3 (patch)
tree9a7ea275fd2bd747f1f8582b4c24e63db93bf24e /plugins/CoreHome/angularjs/common
parent02f6eb5e62f8116475b15cd7083a166c924309ea (diff)
Fix materializecss modal options (#16080)
Diffstat (limited to 'plugins/CoreHome/angularjs/common')
-rw-r--r--plugins/CoreHome/angularjs/common/directives/dialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/angularjs/common/directives/dialog.js b/plugins/CoreHome/angularjs/common/directives/dialog.js
index 0e481c055e..62f9bbd8b5 100644
--- a/plugins/CoreHome/angularjs/common/directives/dialog.js
+++ b/plugins/CoreHome/angularjs/common/directives/dialog.js
@@ -42,7 +42,7 @@
}
}
}, {
- complete: function () {
+ onCloseEnd: function () {
setTimeout(function () {
scope.$apply($parse(attrs.piwikDialog).assign(scope, false));
}, 0);