Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Sep 26, 2024
1 parent 941c25f commit fc2ff49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/packs/src/decidim/helsinki_smsauth/backup_confirmation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $(() => {
let backupModal = $("#backup-confirmation-button"),
confirmationButton = $("#backup-confirmation");

backupModal.click(function () {
confirmationButton.foundation("open");
backupModal.click(function () {
confirmationButton.foundation("open");
});
})

0 comments on commit fc2ff49

Please sign in to comment.