mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 09:31:08 +00:00
Prettifies javascript
This commit is contained in:
parent
612098475a
commit
23471f698c
1 changed files with 2 additions and 3 deletions
|
@ -193,11 +193,10 @@ let BookWyrm = new (class {
|
||||||
*/
|
*/
|
||||||
hideSelf(event) {
|
hideSelf(event) {
|
||||||
let trigger = event.currentTarget;
|
let trigger = event.currentTarget;
|
||||||
this.addRemoveClass(trigger, "is-hidden", true)
|
|
||||||
|
this.addRemoveClass(trigger, "is-hidden", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Execute actions on targets based on triggers.
|
* Execute actions on targets based on triggers.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue