Skip to content

Commit

Permalink
Prettifies javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse-reeve committed Aug 24, 2024
1 parent 6120984 commit 4e5d0b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bookwyrm/static/js/bookwyrm.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,9 @@ let BookWyrm = new (class {
*/
hideSelf(event) {
let trigger = event.currentTarget;
this.addRemoveClass(trigger, "is-hidden", true)
this.addRemoveClass(trigger, "is-hidden", true);
}



/**
* Execute actions on targets based on triggers.
*
Expand Down

0 comments on commit 4e5d0b6

Please sign in to comment.