Skip to content
Extraits de code Groupes Projets
Valider 204e6dcd rédigé par Matthieu Aubry's avatar Matthieu Aubry
Parcourir les fichiers

Merge pull request #6395 from piwik/fix-ui-tests

Fixes the UI tests (admin_privacy_settings)
parents 87df2a9e 928bc570
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -93,7 +93,10 @@ $(document).ready(function () { ...@@ -93,7 +93,10 @@ $(document).ready(function () {
toggleBlock("deleteLogSettings", $("input[name=deleteEnable]:checked").val()); toggleBlock("deleteLogSettings", $("input[name=deleteEnable]:checked").val());
toggleBlock("anonymizeIPenabled", $("input[name=anonymizeIPEnable]:checked").val()); toggleBlock("anonymizeIPenabled", $("input[name=anonymizeIPEnable]:checked").val());
toggleBlock("deleteReportsSettings", $("input[name=deleteReportsEnable]:checked").val()); toggleBlock("deleteReportsSettings", $("input[name=deleteReportsEnable]:checked").val());
toggleBlock("deleteOldReportsMoreInfo", $("input[name=deleteReportsEnable]:checked").val()); // This one is in an AngularJS directive, so is generated later
setTimeout(function () {
toggleBlock("deleteOldReportsMoreInfo", $("input[name=deleteReportsEnable]:checked").val());
}, 500);
toggleOtherDeleteSections(); toggleOtherDeleteSections();
}); });
......
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