From 6ba86619bcdcd6e6f7bb764ed55721264bf60653 Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Tue, 11 Aug 2015 17:41:24 +0200 Subject: [PATCH] Assure that the history is updated when calling 'rendered' fixes #9819 --- public/js/icinga/loader.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/js/icinga/loader.js b/public/js/icinga/loader.js index 56e2f8532..a6f1de885 100644 --- a/public/js/icinga/loader.js +++ b/public/js/icinga/loader.js @@ -636,6 +636,8 @@ } } + req.$target.trigger('rendered'); + this.icinga.ui.refreshDebug(); }, @@ -795,9 +797,6 @@ }, 0); } - // TODO: this.icinga.events.refreshContainer(container); - $container.trigger('rendered'); - if (scrollPos !== false) { $container.scrollTop(scrollPos); }