feat: add support for older browsers

This commit is contained in:
Chi Vinh Le
2020-08-13 17:19:54 +02:00
parent d67c3d2907
commit 97e6727ccc
16 changed files with 125 additions and 40 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ function handleAvailableHash(hash) {
mostRecentCompilationHash = hash;
}
const debouncedReload = debounce(function() {
var debouncedReload = debounce(function() {
window.location.reload();
}, 1000);