New user id

This commit is contained in:
2025-08-10 15:13:33 -07:00
parent 0c4afa55d8
commit 0d62d99c80
6 changed files with 46 additions and 37 deletions

View File

@ -21,7 +21,7 @@
<script src="scripts/jquery-1.9.1.min.js"></script>
<script src="scripts/bootstrap.min.js"></script>
<script src="scripts/jquery.bgswitcher.js"></script>
<script type="text/javascript" src="scripts/index.js?nocache=2025-08-02-11-33"></script>
<script type="text/javascript" src="scripts/index.js?nocache=2025-08-10-15-12"></script>
</body>
</html>

View File

@ -5,6 +5,6 @@
"ImageIntervalXX": 21234,
"ImageZero": "images/1x1_00000000.png",
"JsonInterval": 59000,
"ListLength": 15,
"UserId": "93f51ef4-f1f8-48af-ab00-e00436d790ef"
"ListLength": 50,
"UserId": "c0c8a7fb-5dff-4708-b921-c54d9a8b1ef8"
}

View File

@ -22,7 +22,7 @@
const currentDate = new Date();
const dd = currentDate.getDate().toString().padStart(2, '0');
const mm = (new Date().getMonth() + 1).toString().padStart(2, '0');
const url = _UniformResourceLocator + '/slideshow/' + _DataDirectory + '/' + mm + '-' + dd + '.json?nocache=2025-08-02-11-33';
const url = _UniformResourceLocator + '/slideshow/' + _DataDirectory + '/' + mm + '-' + dd + '.json?nocache=2025-08-10-15-12';
console.log(url);
fetch(url, { nocache: new Date().getTime() })
.then((res) => res.text())
@ -177,7 +177,7 @@
_hasLast = typeof window == 'undefined' ? false : window.location.href.indexOf('last') > 0;
_hasList = typeof window == 'undefined' ? false : window.location.href.indexOf('list') > 0;
_hasTime = typeof window == 'undefined' ? false : window.location.href.indexOf('time') > 0;
const url = uniformResourceLocator + '/slideshow/index.json?nocache=2025-08-02-11-33';
const url = uniformResourceLocator + '/slideshow/index.json?nocache=2025-08-10-15-12';
console.log(url);
fetch(url, { nocache: new Date().getTime() })
.then((res) => res.text())
@ -225,7 +225,7 @@
}
function loadLog() {
const url = _UniformResourceLocator + '/log-nginx/access.log?nocache=2025-08-02-11-33';
const url = _UniformResourceLocator + '/log-nginx/access.log?nocache=2025-08-10-15-12';
fetch(url, { nocache: new Date().getTime() })
.then((res) => res.text())
.then((text) => {