diff --git a/setup/setup.js b/setup/setup.js index 88a7cba8f..77b1f14bb 100644 --- a/setup/setup.js +++ b/setup/setup.js @@ -8,6 +8,9 @@ function WizardAsyncAction(sActionCode, oParams, OnErrorFunction) var ErrorFn = OnErrorFunction; $(document).ajaxError(function(event, request, settings) { + // update progressbar + // not calling a dedicated plugin method as it is overdated and will be replaced soon + $("#progress .progress").css("background-image", "none"); $('#async_action').html('
'+request.responseText+'
').show(); if (ErrorFn) {