mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 10:57:40 +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.scripted = false;
|
||||||
req.method = method;
|
req.method = method;
|
||||||
req.action = action;
|
req.action = action;
|
||||||
req.addToHistory = true;
|
req.addToHistory = $target.parent().is('#main');
|
||||||
req.progressTimer = progressTimer;
|
req.progressTimer = progressTimer;
|
||||||
|
|
||||||
if (url.match(/#/)) {
|
if (url.match(/#/)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user