mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
JS: Fix usage of global variable self used to reference icinga in loader.js::onComplete()
refs #10703
This commit is contained in:
parent
cf5e26c56c
commit
7e47a2965c
@ -586,7 +586,7 @@
|
||||
var url = req.url;
|
||||
|
||||
if (req.$target[0].id === 'col1') {
|
||||
self.icinga.behaviors.navigation.trySetActiveByUrl(url);
|
||||
this.icinga.behaviors.navigation.trySetActiveByUrl(url);
|
||||
}
|
||||
|
||||
var $forms = $('[action="' + this.icinga.utils.parseUrl(url).path + '"]');
|
||||
|
Loading…
x
Reference in New Issue
Block a user