Skip to content

Commit

Permalink
fix: removed obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Mar 29, 2024
1 parent 8a1e89c commit 861d54d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions phpmyfaq/admin/assets/src/configuration/forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
*/

import {
fetchActivateInput, fetchAddTranslation,
fetchActivateInput,
fetchAddTranslation,
fetchDeleteTranslation,
fetchEditTranslation,
fetchSetInputAsRequired,
Expand Down Expand Up @@ -65,10 +66,6 @@ export const handleFormEdit = () => {
tabContentAddContent.classList.add('active');
tabContentAskQuestion.classList.remove('active');
});
document.getElementById('button').addEventListener('click', function () {
const modal = new Modal(document.getElementById('translations'));
modal.show();
});
}
};

Expand Down

0 comments on commit 861d54d

Please sign in to comment.