From 08dfa809c4df68ff75ea5a2f4ecd26adcd4147ad Mon Sep 17 00:00:00 2001 From: Justin Donofrio Date: Sun, 22 Dec 2024 16:13:01 -0500 Subject: [PATCH] Fix js problems in web ui --- src/onthespot/resources/web/download_queue.html | 2 +- src/onthespot/resources/web/js/__init__.py | 0 src/onthespot/resources/web/{ => js}/utils.js | 0 src/onthespot/resources/web/search.html | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 src/onthespot/resources/web/js/__init__.py rename src/onthespot/resources/web/{ => js}/utils.js (100%) diff --git a/src/onthespot/resources/web/download_queue.html b/src/onthespot/resources/web/download_queue.html index 9ecae050..00a09993 100644 --- a/src/onthespot/resources/web/download_queue.html +++ b/src/onthespot/resources/web/download_queue.html @@ -6,7 +6,7 @@ OnTheSpot - Download Queue - +
diff --git a/src/onthespot/resources/web/js/__init__.py b/src/onthespot/resources/web/js/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/src/onthespot/resources/web/utils.js b/src/onthespot/resources/web/js/utils.js similarity index 100% rename from src/onthespot/resources/web/utils.js rename to src/onthespot/resources/web/js/utils.js diff --git a/src/onthespot/resources/web/search.html b/src/onthespot/resources/web/search.html index 1bc6942c..12f03e91 100644 --- a/src/onthespot/resources/web/search.html +++ b/src/onthespot/resources/web/search.html @@ -6,7 +6,7 @@ OnTheSpot - Download Queue - +