Skip to content

Commit

Permalink
TimeRangePickerTrait: Disable autorefreshes while open
Browse files Browse the repository at this point in the history
fixes #232
  • Loading branch information
nilmerg committed Mar 7, 2022
1 parent a378d1e commit ba57144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Graphite/Web/Controller/TimeRangePickerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected function renderTimeRangePicker(View $view)

return '<div class="timerangepicker-container">'
. $this->getTimeRangePickerCommonForm()
. '<div class="flyover flyover-arrow-top" id="'
. '<div class="flyover flyover-arrow-top" data-flyover-suspends-auto-refresh id="'
. $view->protectId('graphite-customrange')
. '">'
. $view->qlink(null, '#', null, [
Expand Down

0 comments on commit ba57144

Please # to comment.