mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 02:25:05 +00:00
Fix Unbound stats autorefresh not working
This commit is contained in:
parent
6debd169da
commit
cbf90a4b48
@ -130,7 +130,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
$(document).ready(function() {
|
||||
|
||||
// Autorefresh every 10 seconds.
|
||||
setTimeout(function() {
|
||||
setInterval(function() {
|
||||
if ($("#auto_refresh").is(':checked')) {
|
||||
updateStats();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user