Skip to content
Extraits de code Groupes Projets
Valider 7eded009 rédigé par sgiehl's avatar sgiehl
Parcourir les fichiers

refs #3011 use global queueAjaxRequest / abortQueueAjax methods for loading dashboards

git-svn-id: http://dev.piwik.org/svn/trunk@6317 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent d722db70
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -223,12 +223,9 @@
*
* @param {function} callback
*/
function fetchLayout(callback) {
// abort previous send request
if (this.loadingRequest) {
this.loadingRequest.abort();
}
function fetchLayout(callback)
{
piwikHelper.abortQueueAjax();
var ajaxRequest =
{
type: 'GET',
......@@ -243,7 +240,7 @@
idSite: piwik.idSite
}
};
this.loadingRequest = $.ajax(ajaxRequest);
piwikHelper.queueAjaxRequest($.ajax(ajaxRequest));
}
/**
......
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