Spaces:
Running
Running
aa
Browse files- static/script.js +1 -1
static/script.js
CHANGED
@@ -281,7 +281,7 @@ fileInput.addEventListener('change', function(event) {
|
|
281 |
}
|
282 |
});
|
283 |
|
284 |
-
document.getElementById("backArrow").addEventListener("click", loadHomePage);
|
285 |
document.body.innerHTML = "";
|
286 |
document.body.appendChild(appContainer);
|
287 |
|
|
|
281 |
}
|
282 |
});
|
283 |
|
284 |
+
document.getElementById("backArrow").addEventListener("click", loadHomePage);}
|
285 |
document.body.innerHTML = "";
|
286 |
document.body.appendChild(appContainer);
|
287 |
|