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

@ -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=2024-05-12-14-48"></script>
<script type="text/javascript" src="scripts/index.js?nocache=2024-11-16-09-19"></script>
</body>
</html>

View File

@ -1,9 +1,9 @@
{
"ImageInterval": 9123,
"ImageInterval": 21234,
"JsonInterval": 59000,
"ImageZero": "images/1x1_00000000.png",
"DataDirectoryX": "../.random",
"DataDirectory": "../Images-c9dbce3b-Results/F)Random/c9dbce3b/[]",
"RootX": "../.original",
"Root": "../Images-c9dbce3b-Results/thumbs"
}
}

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');