mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
loader.js: Remember a request's method
This commit is contained in:
parent
2a5a403573
commit
29a8184548
@ -139,6 +139,7 @@
|
||||
req.fail(this.onFailure);
|
||||
req.complete(this.onComplete);
|
||||
req.autorefresh = autorefresh;
|
||||
req.method = method;
|
||||
req.action = action;
|
||||
req.addToHistory = true;
|
||||
req.progressTimer = progressTimer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user