Compare commits

..

No commits in common. "eb5fc1c59ef731baef57f3614065ff10d34f5075" and "2fece1ede485ce23d3b6328e85a1361ed90c6b4b" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -24,6 +24,7 @@ const CACHED_ASSETS = [
'/js/{{ .VERSION }}/crypto.mjs',
'/js/{{ .VERSION }}/key.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-token-position/lib/index.esm.js',
'/js/{{ .VERSION }}/lib/sjcl.js',