mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2314 Regression: extracted setup's stylesheet in its own file and pimped it up
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user