N°2314 Regression: extracted setup's stylesheet in its own file and pimped it up

This commit is contained in:
Stephen Abello
2019-12-16 17:04:29 +01:00
parent 434ed0dd4e
commit 87497eb491
6 changed files with 469 additions and 115 deletions

View File

@@ -10,7 +10,7 @@ function WizardAsyncAction(sActionCode, oParams, 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");
$("#progress .progress").addClass('progress-error');
$('#async_action').html('<pre>'+request.responseText+'</pre>').show();
if (ErrorFn)
{