mirror of
https://github.com/wassname/talk.git
synced 2026-07-20 12:40:47 +08:00
feat: add support for older browsers
This commit is contained in:
@@ -199,7 +199,7 @@ function handleAvailableHash(hash) {
|
||||
mostRecentCompilationHash = hash;
|
||||
}
|
||||
|
||||
const debouncedReload = debounce(function() {
|
||||
var debouncedReload = debounce(function() {
|
||||
window.location.reload();
|
||||
}, 1000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user