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@googlemail.com>2014-05-28 02:01:02 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-28 02:01:02 +0400
commit403bea7e94ba7103fd98622b41a684a366ced7e2 (patch)
tree342ee62839ce5c584c1672abf2836cba7b174420 /plugins
parentff9ed4e9af3acd320d7ce47a3a6441e3e812cb01 (diff)
we no longer need the widgetized site selector since we can run the screenshot tests within an existing page
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreHome/Controller.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/CoreHome/Controller.php b/plugins/CoreHome/Controller.php
index 82314c9562..18eb842483 100644
--- a/plugins/CoreHome/Controller.php
+++ b/plugins/CoreHome/Controller.php
@@ -229,11 +229,6 @@ class Controller extends \Piwik\Plugin\Controller
exit;
}
- public function getSiteSelector()
- {
- return "<div piwik-siteselector class=\"sites_autocomplete\" switch-site-on-select=\"false\"></div>";
- }
-
public function saveViewDataTableParameters()
{
Piwik::checkUserIsNotAnonymous();