Skip to content
Extraits de code Groupes Projets
Valider f6d179f1 rédigé par Benaka Moorthi's avatar Benaka Moorthi
Parcourir les fichiers

Get AJAX loading animation to show.

parent a68dd0af
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -234,7 +234,7 @@ var piwikHelper = {
*/
showAjaxLoading: function(loadingDivID)
{
loadingDivID = loadingDivID || 'ajaxLoading';
loadingDivID = loadingDivID || 'ajaxLoadingDiv';
$('#'+loadingDivID).show();
},
......@@ -245,7 +245,7 @@ var piwikHelper = {
*/
hideAjaxLoading: function(loadingDivID)
{
loadingDivID = loadingDivID || 'ajaxLoading';
loadingDivID = loadingDivID || 'ajaxLoadingDiv';
$('#'+loadingDivID).hide();
},
......
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