aboutsummaryrefslogtreecommitdiff
path: root/uploader/static/js/misc.js
diff options
context:
space:
mode:
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.");
-});