load printThis from node_modules

This commit is contained in:
zadam
2023-11-22 20:22:16 +01:00
parent e70539ff48
commit f9bfc8ad86
6 changed files with 44 additions and 340 deletions

View File

@@ -35,7 +35,7 @@ const RELATION_MAP = {
]
};
const PRINT_THIS = {js: ["libraries/printThis.js"]};
const PRINT_THIS = {js: ["node_modules/print-this/printThis.js"]};
const CALENDAR_WIDGET = {css: ["stylesheets/calendar.css"]};