Skip to content

Commit

Permalink
Fix issue with update button not working
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoyigi committed Jun 14, 2024
1 parent 9aab365 commit 442c3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/broadcast.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@

$(document).ready(function () {
Broadcast.init()
})
}(jQuery)
});
}(jQuery);

0 comments on commit 442c3a3

Please sign in to comment.