Skip to content

Auto refresh for Process & Read Donations, Process Pending Bids #11

@Floha258

Description

@Floha258
Autorefresh: <input type="checkbox" id="autorefresh" checked>
setInterval(function() {
var checkBox = document.getElementById("autorefresh");
    if (checkBox.checked == true){
    runSearch();
  }
}, 10000);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions