1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-04-16 07:14:09 +00:00

Prettifies javascript

This commit is contained in:
Mouse Reeve 2024-08-23 17:38:27 -07:00
parent 612098475a
commit 23471f698c

View file

@ -193,11 +193,10 @@ 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.
*