Skip to content

Commit

Permalink
Update src/App/assets/js/components/_admin.js
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Karajos <[email protected]>
  • Loading branch information
alexmerlin authored Jul 25, 2024
1 parent 9bef76d commit bab6f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/assets/js/components/_admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $(document).ready(() => {
$("#adminDeleteBtn").prop('disabled', true);

$(document).on('click', '#adminAddBtn', () => {
adminModal.find('.modal-messages').html('');``
adminModal.find('.modal-messages').html('');
request('GET', '/admin/add')
.catch(error => console.error('Error:', error))
.then(data => {
Expand Down

0 comments on commit bab6f37

Please sign in to comment.