js/loader: remove pending request on form redirect

Our redirection helper catching forms redirecting to their source
while being shown right-hand left a pending request. Abort was triggered,
but had no effect as the request has already been completed.

fixes #6619
This commit is contained in:
Thomas Gelf 2014-07-07 20:12:49 +02:00
parent bb2c85f90b
commit bbc0c36225
1 changed files with 1 additions and 0 deletions

View File

@ -260,6 +260,7 @@
if ($('#col1').data('icingaUrl') === redirect) {
icinga.ui.layout1col();
req.$target = $('#col1');
delete(this.requests['col2']);
}
}