diff options
| author | Frederick Muriuki Muriithi | 2025-04-28 12:00:35 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-04-28 12:23:22 -0500 |
| commit | 1695e07c1de3ed806311b3ebc9ed93f8c8833458 (patch) | |
| tree | c769f9773a28469b6a368c637dad430eb675dac0 /uploader/static/js/misc.js | |
| parent | be8bd24a8a24e75ac00a362c022836378d9b3c38 (diff) | |
| download | gn-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.js | 6 |
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."); -}); |
