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 ZILLIOX <thomas@zilliox.me>2013-07-11 19:25:23 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-07-11 19:25:23 +0400
commit71463995a1aece407e49f66e161c1deab91db3f8 (patch)
tree62c9b117267dadbc6b161db8b3d8fb3654a1c761 /plugins/UserCountryMap
parenta093e74e3253951928cbedc6b19b35ec30bb1e94 (diff)
Handle tiny screen for main tab navigation
Diffstat (limited to 'plugins/UserCountryMap')
-rw-r--r--plugins/UserCountryMap/templates/realtimeMap.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountryMap/templates/realtimeMap.twig b/plugins/UserCountryMap/templates/realtimeMap.twig
index 17933eca58..7642f8e05c 100644
--- a/plugins/UserCountryMap/templates/realtimeMap.twig
+++ b/plugins/UserCountryMap/templates/realtimeMap.twig
@@ -26,7 +26,7 @@
{% if mapIsStandaloneNotWidget %}
function initStandaloneMap() {
$('.top_controls').hide();
- $('ul.nav').on('piwikSwitchPage', function (event, item) {
+ $('.nav').on('piwikSwitchPage', function (event, item) {
var clickedMenuIsNotMap = ($(item).text() != "{{ 'UserCountryMap_RealTimeMap'|translate|e('js') }}");
if (clickedMenuIsNotMap) {
$('.top_controls').show();