wip content index
This commit is contained in:
@@ -6,10 +6,14 @@ import Mustache from "mustache";
|
||||
import 'htmx.org';
|
||||
import {dropdown} from "./components/dropdown.js";
|
||||
import {colorPicker} from "./recordEditor/colorPicker.js";
|
||||
import {sortReferences} from "./recordEditor/sortReferences.js";
|
||||
import {recordDialog} from "./recordEditor/recordDialog.js";
|
||||
|
||||
addEventListener("load", (event) => {
|
||||
dropdown()
|
||||
colorPicker()
|
||||
sortReferences()
|
||||
recordDialog()
|
||||
});
|
||||
|
||||
Mustache.escape = function (value) {
|
||||
|
||||
Reference in New Issue
Block a user