mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Add 60s reload timer as we had before
This commit is contained in:
@@ -123,9 +123,12 @@ function loadActivationsTable(rows, show_workable_only) {
|
||||
$('[data-bs-toggle="tooltip"]').tooltip();
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
$(document).ready(function() {
|
||||
const obj = {
|
||||
value: workable_preset,
|
||||
};
|
||||
loadHamsAt(obj);
|
||||
setInterval(function() {
|
||||
loadHamsAt(obj);
|
||||
}, 60000);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user