Improve test browser notifications

This commit is contained in:
JonnyWong16
2020-06-01 22:55:59 -07:00
parent 42b17ca495
commit 48203e64a9
4 changed files with 14 additions and 14 deletions

View File

@@ -36,7 +36,3 @@ function check_notifications() {
check_notifications();
}, 5000);
}
$(document).ready(function () {
check_notifications();
});