--- global.old.js 2008-07-08 10:04:42.000000000 +0200 +++ global.js 2008-07-17 12:18:45.000000000 +0200 @@ -24,6 +24,16 @@ function() { if (callInProgress(request.transport)) { request.transport.abort(); + Ajax.activeRequestCount--; + if(Ajax.activeRequestCount == 0) { + if ($('systemWorking')) { + Element.hide('systemWorking'); + } + + if ($('systemNotWorking')) { + Element.show('systemNotWorking'); + } + } if (request.options['onFailure']) { request.options['onFailure'](request.transport, request.json);