Skip to content
Extraits de code Groupes Projets
Valider 78cf4af5 rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Only trigger piwikSwitchPage JS event when about to change piwik page, instead...

Only trigger piwikSwitchPage JS event when about to change piwik page, instead of in admin menu & when just showing child elements of menu.
parent 48ca3329
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -21,7 +21,6 @@ menu.prototype =
return;
}
$('#secondNavBar').trigger('piwikSwitchPage', this);
$('#secondNavBar').removeClass('open fadeInLeft');
var $link = $(this);
......@@ -45,6 +44,8 @@ menu.prototype =
} else if (href) {
$('#secondNavBar').trigger('piwikSwitchPage', this);
broadcast.propagateAjax(href.substr(1));
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter