about summary refs log tree commit diff
path: root/uploader/static/js/misc.js
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-04-28 12:00:35 -0500
committerFrederick Muriuki Muriithi2025-04-28 12:23:22 -0500
commit1695e07c1de3ed806311b3ebc9ed93f8c8833458 (patch)
treec769f9773a28469b6a368c637dad430eb675dac0 /uploader/static/js/misc.js
parentbe8bd24a8a24e75ac00a362c022836378d9b3c38 (diff)
downloadgn-uploader-1695e07c1de3ed806311b3ebc9ed93f8c8833458.tar.gz
Move generic utility functions to the utils.js file.
Diffstat (limited to 'uploader/static/js/misc.js')
-rw-r--r--uploader/static/js/misc.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/uploader/static/js/misc.js b/uploader/static/js/misc.js
deleted file mode 100644
index cf7b39e..0000000
--- a/uploader/static/js/misc.js
+++ /dev/null
@@ -1,6 +0,0 @@
-"Miscellaneous functions and event-handlers"
-
-$(".not-implemented").click((event) => {
-    event.preventDefault();
-    alert("This feature is not implemented yet. Please bear with us.");
-});