We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bef76d commit bab6f37Copy full SHA for bab6f37
src/App/assets/js/components/_admin.js
@@ -9,7 +9,7 @@ $(document).ready(() => {
9
$("#adminDeleteBtn").prop('disabled', true);
10
11
$(document).on('click', '#adminAddBtn', () => {
12
- adminModal.find('.modal-messages').html('');``
+ adminModal.find('.modal-messages').html('');
13
request('GET', '/admin/add')
14
.catch(error => console.error('Error:', error))
15
.then(data => {
0 commit comments