Skip to content

Commit bab6f37

Browse files
authored
Update src/App/assets/js/components/_admin.js
Signed-off-by: Alex Karajos <[email protected]>
1 parent 9bef76d commit bab6f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/assets/js/components/_admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $(document).ready(() => {
99
$("#adminDeleteBtn").prop('disabled', true);
1010

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

0 commit comments

Comments
 (0)