mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
loader.js: Remove comment
This commit is contained in:
parent
07586af41f
commit
f6a5f952bb
@ -143,7 +143,6 @@
|
|||||||
req.url = url;
|
req.url = url;
|
||||||
req.done(this.onResponse);
|
req.done(this.onResponse);
|
||||||
req.fail(this.onFailure);
|
req.fail(this.onFailure);
|
||||||
//req.complete(this.onComplete);
|
|
||||||
req.autorefresh = autorefresh;
|
req.autorefresh = autorefresh;
|
||||||
req.method = method;
|
req.method = method;
|
||||||
req.action = action;
|
req.action = action;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user