Fix Unbound stats autorefresh not working

This commit is contained in:
Michael Steenbeek 2018-11-19 13:26:26 +01:00 committed by Franco Fichtner
parent 6debd169da
commit cbf90a4b48

View File

@ -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();
}