Skip to content

Commit

Permalink
Fix Delete Entry, update .envExample
Browse files Browse the repository at this point in the history
  • Loading branch information
nakedmcse committed Mar 20, 2024
1 parent 8681007 commit 640eb87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .envExample
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ FILE_SIZE_UPLOAD_LIMIT_MB=512
BLOCKED_MIME_TYPES=application/x-dosexec,application/x-executable,application/x-hdf5,application/x-java-archive,application/vnd.rar
USE_CLOUDFLARE=false
MAX_URL_LENGTH=4096
RECAPTCHA_SITE_KEY=Put-Your-Google-V2-Recaptcha-Site-Key-Here
RECAPTCHA_SECRET_KEY=Put-Your-Google-V2-Recaptcha-Secret-Key-Here
CAPTCHA_SERVICE=reCAPTCHA
CAPTCHA_SITE_KEY=Put-Your-Google-V2-Recaptcha-Site-Key-Here
CAPTCHA_SECRET_KEY=Put-Your-Google-V2-Recaptcha-Secret-Key-Here
2 changes: 1 addition & 1 deletion src/public/secure/files.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
idArr.push(data.id);
});
await deleteEntry(idArr);
dt.rows({ selected: true }).remove().draw(false);
reloadTable(["entries"]);
}
},
{
Expand Down

0 comments on commit 640eb87

Please sign in to comment.