Add missing semicolon.

main
Daniel Perelman 2 years ago
parent c9dfd40df6
commit 36a0844951

@ -17,13 +17,14 @@ let backupsDir = null;
let fileHandle = null;
let basefileHandle = null;
let schedule = null;
let hash = {}
let hash = {};
try {
if (window.location.hash) {
hash = JSON.parse(decodeURIComponent(window.location.hash.substring(1)));
}
} catch (SyntaxError) {
// Ignore invalid hash.
hash = {};
}
function updateHash(obj) {

Loading…
Cancel
Save