Timeline: Do not enable infinite scrolling when shown in the dashboard
refs #7876
This commit is contained in:
parent
76305269a9
commit
0be8b8997b
|
@ -44,7 +44,8 @@
|
|||
/**
|
||||
* Prepare the timer to handle the timeline's infinite loading
|
||||
*/
|
||||
if ($('div.timeline').length) {
|
||||
var $timeline = $('div.timeline');
|
||||
if ($timeline.length && !$timeline.closest('.dashboard').length) {
|
||||
if (this.scrollCheckTimer === null) {
|
||||
this.scrollCheckTimer = this.module.icinga.timer.register(
|
||||
this.checkTimelinePosition,
|
||||
|
|
Loading…
Reference in New Issue