loader.js: Remove comment
This commit is contained in:
parent
07586af41f
commit
f6a5f952bb
public/js/icinga
|
@ -143,7 +143,6 @@
|
|||
req.url = url;
|
||||
req.done(this.onResponse);
|
||||
req.fail(this.onFailure);
|
||||
//req.complete(this.onComplete);
|
||||
req.autorefresh = autorefresh;
|
||||
req.method = method;
|
||||
req.action = action;
|
||||
|
|
Loading…
Reference in New Issue