mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-19 06:36:35 +00:00
Appeases js linter
This commit is contained in:
parent
e6b785d731
commit
011175a6e3
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ let BookWyrm = new class {
|
|||
|
||||
// Toggle form disabled, if appropriate
|
||||
let disable = trigger.dataset.disables;
|
||||
|
||||
if (disable) {
|
||||
this.toggleDisabled(disable, !pressed);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue