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

Fix loading/Done! text not showing in geolocation settings w/ morpheus.

parent ab4bd2a9
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -12,7 +12,7 @@ $(document).ready(function () {
$('.location-provider').change(function () {
if (!$(this).is(':checked')) return; // only handle radio buttons that get checked
var parent = $(this).parent(),
var parent = $(this).closest('p'),
loading = $('.loadingPiwik', parent),
ajaxSuccess = $('.success', parent);
......@@ -25,7 +25,6 @@ $(document).ready(function () {
}, 'get');
ajaxRequest.setCallback(
function () {
var UI = require('piwik/UI');
var notification = new UI.Notification();
notification.show(_pk_translate('General_Done'), {
......
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