Skip to content

Commit

Permalink
bugfix for delete captcha
Browse files Browse the repository at this point in the history
  • Loading branch information
shraddha404 committed Jul 9, 2024
1 parent e5eeec3 commit 9ce0457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/collection.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
function showDeleteDialog(document_id){
str = randomString(6);
$('#text_captcha').text(str);
$('#hidden_captcha').text(str);
$('#hidden_captcha').val(str);
$('#delete_doc_id').val(document_id);
deldialog = $( "#deletedialog" ).dialog({
title: 'Are you sure ?',
Expand Down

0 comments on commit 9ce0457

Please sign in to comment.