Skip to content
Extraits de code Groupes Projets
Valider c00d063d rédigé par Timo Besenreuther's avatar Timo Besenreuther
Parcourir les fichiers

refs #3813 Overlay compatibility with latest jquery

parent 2fbfbf76
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -202,7 +202,7 @@ var Piwik_Overlay = (function () { ...@@ -202,7 +202,7 @@ var Piwik_Overlay = (function () {
var optionMatchFound = false; var optionMatchFound = false;
$select.find('option').each(function () { $select.find('option').each(function () {
if ($(this).val() == period + ';' + date) { if ($(this).val() == period + ';' + date) {
$(this).attr('selected', 'selected'); $(this).prop('selected', true);
optionMatchFound = true; optionMatchFound = true;
} }
}); });
......
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