import cleanup
This commit is contained in:
parent
edfcc95cdf
commit
546fe6ee37
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user