diff --git a/js/2.0.2/evts.js b/js/2.0.2/evts.js index 1c12eec..f340440 100644 --- a/js/2.0.2/evts.js +++ b/js/2.0.2/evts.js @@ -1,7 +1,5 @@ -import { passwordHash } from "./scripts.js"; -import { clearData, createBookShelf, importBookShelf } from "./storage.js"; +import { createBookShelf, importBookShelf } from "./storage.js"; import { - loadTemplate, storeFilesToServer, checkForStoredDataOnServer, delStoredDataOnServer, @@ -311,7 +309,7 @@ function resetPage() { submitContainerDiv.replaceWith(submitContainerDiv.cloneNode(true)); sidebarDiv.innerHTML = ""; sidebarDiv.replaceWith(sidebarDiv.cloneNode(true)); - + fileInfoDiv.innerHTML = ""; fileInfoDiv.replaceWith(fileInfoDiv.cloneNode(true)); fileInfoDiv.style.display = "none";