mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
cleaned up link map
This commit is contained in:
@@ -33,17 +33,6 @@ const RELATION_MAP = {
|
||||
]
|
||||
};
|
||||
|
||||
const LINK_MAP = {
|
||||
js: [
|
||||
"libraries/jsplumb.js",
|
||||
"libraries/panzoom.js",
|
||||
"libraries/springy.js"
|
||||
],
|
||||
css: [
|
||||
"stylesheets/link_map.css"
|
||||
]
|
||||
};
|
||||
|
||||
const PRINT_THIS = {js: ["libraries/printThis.js"]};
|
||||
|
||||
const CALENDAR_WIDGET = {css: ["stylesheets/calendar.css"]};
|
||||
@@ -106,7 +95,6 @@ export default {
|
||||
ESLINT,
|
||||
COMMONMARK,
|
||||
RELATION_MAP,
|
||||
LINK_MAP,
|
||||
PRINT_THIS,
|
||||
CALENDAR_WIDGET,
|
||||
KATEX,
|
||||
|
||||
Reference in New Issue
Block a user