mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
navigation.js: remove forgotten console.log
This commit is contained in:
parent
1fba491160
commit
29eedc1d4a
@ -243,7 +243,6 @@
|
|||||||
*/
|
*/
|
||||||
Navigation.prototype.onPopState = function (url, data) {
|
Navigation.prototype.onPopState = function (url, data) {
|
||||||
// 1. get selection data and set active menu
|
// 1. get selection data and set active menu
|
||||||
console.log('popstate:', data);
|
|
||||||
if (data) {
|
if (data) {
|
||||||
var active = this.icinga.utils.getElementByDomPath(data);
|
var active = this.icinga.utils.getElementByDomPath(data);
|
||||||
if (!active) {
|
if (!active) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user