mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-24 18:37:52 +02:00
js: Only add requests to the history if they're going to #main
This commit is contained in:
parent
f8ef32fc0e
commit
79a6feeb4b
@ -292,7 +292,7 @@
|
||||
req.scripted = false;
|
||||
req.method = method;
|
||||
req.action = action;
|
||||
req.addToHistory = true;
|
||||
req.addToHistory = $target.parent().is('#main');
|
||||
req.progressTimer = progressTimer;
|
||||
|
||||
if (url.match(/#/)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user