decreased the slide speed

This commit is contained in:
2024-11-16 09:21:18 -07:00
parent c9585eaa88
commit 766bc77e25
9 changed files with 69 additions and 23 deletions

View File

@ -24,7 +24,7 @@
if (window.location.href.indexOf('time') > 0) {
time.innerText = mm + '-' + dd + '.json';
}
var url = _DataDirectory + '/' + mm + '-' + dd + '.json?nocache=2024-05-12-14-48';
var url = _DataDirectory + '/' + mm + '-' + dd + '.json?nocache=2024-11-16-09-19';
console.log(url);
$.getJSON(url, function (data) {
console.log('success', data.length);
@ -167,7 +167,7 @@
}
if (window.location.href.indexOf('last') > 0) {
var url = '../log-nginx/access.log?nocache=2024-05-12-14-48';
var url = '../log-nginx/access.log?nocache=2024-11-16-09-19';
$.get(url, function (data) {
var arrayOfUrl = [];
var arrayOfIndex = [];
@ -196,7 +196,7 @@
document.addEventListener('keyup', getInput, false);
var url = '../slideshow/index.json?nocache=2024-05-12-14-48';
var url = '../slideshow/index.json?nocache=2024-11-16-09-19';
console.log(url);
var _ = $.getJSON(url, function (data) {
console.log(url + ' downloaded successfully');