@ -59,7 +59,7 @@
white-space: nowrap;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
-webkit-overflow-scrolling: touch;
}
}
#tooltip {
#tooltip {
background-color: #333;
background-color: #333;
color: white;
color: white;
@ -105,8 +105,8 @@
< p class = "float-end mb-1" >
< p class = "float-end mb-1" >
< a href = "#" > Back to top< / a >
< a href = "#" > Back to top< / a >
< / p >
< / p >
< p class = "mb-1" > < a href = "https://getbootstrap.com/docs/5.2/examples/album/" target = "_blank" > Album< / a > Example Theme by © Bootstrap.< / p >
< p class = "mb-1" > < a href = "https://getbootstrap.com/docs/5.2/examples/album/" target = "_blank" > Album< / a > Example Theme by © Bootstrap. < a href = "https://github.com/elebumm/RedditVideoMakerBot/blob/master/README.md#developers-and-maintainers" target = "_blank" > Developers and Maintainers< / a > < / p >
< p class = "mb-0" > If your data is not refreshing, try to H ard reload(Ctrl + F5) and visit your local < a href = " video_creation/data/videos.json" target = "_blank" > videos.json< / a > file.< / p >
< p class = "mb-0" > If your data is not refreshing, try to h ard reload(Ctrl + F5) and visit your local < a href = " ../ video_creation/data/videos.json" target = "_blank" > videos.json< / a > file.< / p >
< / div >
< / div >
< / footer >
< / footer >
@ -134,7 +134,7 @@
}
}
$(document).ready(function () {
$(document).ready(function () {
$.getJSON("video_creation/data/videos.json",
$.getJSON("../ video_creation/data/videos.json",
function (data) {
function (data) {
data.sort((b, a) => a['time'] - b['time'])
data.sort((b, a) => a['time'] - b['time'])
var video = '';
var video = '';
@ -163,7 +163,7 @@
video += '< / div > ';
video += '< / div > ';
});
});
$('#videos').append(video);
$('#videos').append(video);
});
});
});
});
@ -278,4 +278,4 @@
}
}
< / script >
< / script >
< / body >
< / body >
< / html >
< / html >