fixed bug with sidebar click event not being cleared after accessing files and then pressing edit some cosmetic changes animations reimplemented bookshelfexport in localonly mode added logout functionality
8 lines
103 B
JavaScript
8 lines
103 B
JavaScript
import init from "./init.js";
|
|
|
|
|
|
document.addEventListener("DOMContentLoaded", () => init());
|
|
|
|
|
|
|