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@piwik.org>2018-06-18 02:53:23 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-06-18 02:53:23 +0300
commiteb18603c81f7a33b59e5fd249a8f5f5e0a0dbafe (patch)
treec17a995d87e5b30c00a0f061ed72549822210649 /plugins/Dashboard
parente2969c8db403aa43a00f0ff9d18cb9734af5d5f8 (diff)
Deprecates the `historyService` along with `broadcast.init`, `broadcast.propagateAjax`, `broadcast.pageLoad` (#12363)
* deprecates broadcast.propagateAjax() * make overlay js independed from history service and some broadcast methods * deprecates historyService alogn with some broadcast methods * make popovers work in widgetized dashboard without history service * do not update overlay page/sidebar when iframe url didn't change prevents reloading data when opening a popover
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/templates/_header.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dashboard/templates/_header.twig b/plugins/Dashboard/templates/_header.twig
index e477fa7423..155959c4a2 100644
--- a/plugins/Dashboard/templates/_header.twig
+++ b/plugins/Dashboard/templates/_header.twig
@@ -16,3 +16,4 @@
{% include "_jsCssIncludes.twig" %}
</head>
<body id="standalone" ng-app="app">
+<div piwik-popover-handler></div>