mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Added feature to autorefresh in events view with datatables - #4330
This commit is contained in:
parent
cb14a9f2e8
commit
9ad4c98268
@ -690,7 +690,7 @@ if ($config['menu_type'] == 'classic') {
|
|||||||
layout: '%M%nn%M:%S%nn%S',
|
layout: '%M%nn%M:%S%nn%S',
|
||||||
labels: ['', '', '', '', '', '', ''],
|
labels: ['', '', '', '', '', '', ''],
|
||||||
onExpiry: function () {
|
onExpiry: function () {
|
||||||
dt_events.draw(true);
|
dt_events.draw(false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user