Compare commits

..

2 commits

Author SHA1 Message Date
Magnus Åhall
eb5fc1c59e Bumped to v5 2026-05-29 09:30:17 +02:00
Magnus Åhall
b839e5abc9 Removed caching of removed fullcalendar 2026-05-29 09:30:06 +02:00
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,7 @@ import (
"text/template" "text/template"
) )
const VERSION = "v4" const VERSION = "v5"
const CONTEXT_USER = 1 const CONTEXT_USER = 1
const SYNC_PAGINATION = 200 const SYNC_PAGINATION = 200

View file

@ -24,7 +24,6 @@ const CACHED_ASSETS = [
'/js/{{ .VERSION }}/crypto.mjs', '/js/{{ .VERSION }}/crypto.mjs',
'/js/{{ .VERSION }}/key.mjs', '/js/{{ .VERSION }}/key.mjs',
'/js/{{ .VERSION }}/lib/custom_html_element.mjs', '/js/{{ .VERSION }}/lib/custom_html_element.mjs',
'/js/{{ .VERSION }}/lib/fullcalendar.min.js',
'/js/{{ .VERSION }}/lib/node_modules/marked/lib/marked.esm.js', '/js/{{ .VERSION }}/lib/node_modules/marked/lib/marked.esm.js',
'/js/{{ .VERSION }}/lib/node_modules/marked-token-position/lib/index.esm.js', '/js/{{ .VERSION }}/lib/node_modules/marked-token-position/lib/index.esm.js',
'/js/{{ .VERSION }}/lib/sjcl.js', '/js/{{ .VERSION }}/lib/sjcl.js',