Assure that the history is updated when calling 'rendered'

fixes #9819
This commit is contained in:
Matthias Jentsch 2015-08-11 17:41:24 +02:00
parent 9b25ffa566
commit 6ba86619bc
1 changed files with 2 additions and 3 deletions

View File

@ -636,6 +636,8 @@
} }
} }
req.$target.trigger('rendered');
this.icinga.ui.refreshDebug(); this.icinga.ui.refreshDebug();
}, },
@ -795,9 +797,6 @@
}, 0); }, 0);
} }
// TODO: this.icinga.events.refreshContainer(container);
$container.trigger('rendered');
if (scrollPos !== false) { if (scrollPos !== false) {
$container.scrollTop(scrollPos); $container.scrollTop(scrollPos);
} }