mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fixed bug in autorefresh in events view with fullscreen - #4522
This commit is contained in:
parent
7eeafaf351
commit
d85e4caa99
@ -607,9 +607,9 @@ if ($pure) {
|
|||||||
|
|
||||||
// Countdown.
|
// Countdown.
|
||||||
echo '<li class="nomn">';
|
echo '<li class="nomn">';
|
||||||
echo '<div class="vc-refrttt">';
|
echo '<div class="events-refr">';
|
||||||
echo '<div class="vc-countdownttt"><span id="refrcounter"></span></div>';
|
echo '<div class="events-countdown"><span id="refrcounter"></span></div>';
|
||||||
echo '<div id="vc-refr-formttt">';
|
echo '<div id="events-refr-form">';
|
||||||
echo __('Refresh').':';
|
echo __('Refresh').':';
|
||||||
echo html_print_select(
|
echo html_print_select(
|
||||||
get_refresh_time_array(),
|
get_refresh_time_array(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user