Add version to JS files to flush cache #659

This commit is contained in:
jokob-sk
2024-05-01 18:25:48 +10:00
parent 525b05db5a
commit 584fdb7734
13 changed files with 50 additions and 45 deletions

View File

@@ -227,6 +227,8 @@ function initListInteractionOptions(selectorId) {
$options.on('click', function() {
const $option = $(this);
console.log('aaa');
// Increment click counter
clickCounter++;