diff --git a/index.html b/GUI/index.html similarity index 96% rename from index.html rename to GUI/index.html index 46ae793..807c9e7 100644 --- a/index.html +++ b/GUI/index.html @@ -59,7 +59,7 @@ white-space: nowrap; -webkit-overflow-scrolling: touch; } - + #tooltip { background-color: #333; color: white; @@ -105,8 +105,8 @@
-Album Example Theme by © Bootstrap.
-If your data is not refreshing, try to Hard reload(Ctrl + F5) and visit your local videos.json file.
+Album Example Theme by © Bootstrap. Developers and Maintainers
+If your data is not refreshing, try to hard reload(Ctrl + F5) and visit your local videos.json file.
@@ -134,7 +134,7 @@ } $(document).ready(function () { - $.getJSON("video_creation/data/videos.json", + $.getJSON("../video_creation/data/videos.json", function (data) { data.sort((b, a) => a['time'] - b['time']) var video = ''; @@ -163,7 +163,7 @@ video += ''; }); - + $('#videos').append(video); }); }); @@ -278,4 +278,4 @@ }