Skip to content

Commit

Permalink
fix form id, close #79
Browse files Browse the repository at this point in the history
  • Loading branch information
artgris committed Oct 30, 2020
1 parent 115cd93 commit 8f1a81b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/public/js/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ $(function () {
});

function renameFile($renameModalButton) {
$('#form_name').val($renameModalButton.data('name'));
$('#form_extension').val($renameModalButton.data('extension'));
$('#rename_f_name').val($renameModalButton.data('name'));
$('#rename_f_extension').val($renameModalButton.data('extension'));
$renameModal.find('form').attr('action', $renameModalButton.data('href'))
}

Expand Down

0 comments on commit 8f1a81b

Please sign in to comment.