upload.js: moved the delete-an-attachment skeleton code to its own function
[citadel.git] / webcit-ng / static / js / upload.js
2023-11-09 Art Cancroupload.js: moved the delete-an-attachment skeleton...
2023-10-11 Art CancroDon't try to destroy the upload window if it doesn...
2023-10-11 Art Cancrodeactivate_uploads() hides the window.
2023-10-11 Art Cancrobroken: attachments window cannot be a child of the...
2023-10-11 Art Cancroupload: reduce attachment identifiers to 9 characters.
2023-10-10 Art Cancromove struct uploaded_file to webcit.h
2023-10-04 Art Cancro❌ marks the spot
2023-10-04 rootuploads
2023-10-03 Art Cancroupload: change REST path from /ctdl/a/upload/ to /ctdl/p/
2023-09-30 Art Cancroupload.c: rename "tempfilename" to "ref"
2023-09-30 Art Cancroupload.js: moved these functions into own file.