mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
Enabled refresh of library every minute
This commit is contained in:
@@ -119,7 +119,7 @@ function deleteReminder(id) {
|
||||
// code run on load
|
||||
|
||||
fillList();
|
||||
// setInterval(fillList, 60000);
|
||||
setInterval(fillList, 60000);
|
||||
|
||||
document.getElementById('search-form').setAttribute('action', 'javascript:search();');
|
||||
document.getElementById('clear-button').addEventListener('click', e => clearSearch());
|
||||
|
||||
Reference in New Issue
Block a user