Skip to content

Commit

Permalink
fix: revert loading assets via hook
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed May 24, 2024
1 parent af5e4de commit 1512a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tweaks/Inputfields/CheckAllCheckboxes/CheckAllCheckboxes.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function info(): array

public function ready(): void
{
$this->wire->addHookAfter('InputfieldCheckboxes::renderReady', $this, 'loadJS');
$this->wire->addHookAfter('InputfieldCheckboxes::renderReady', $this, 'loadCSS');
$this->loadJS();
$this->loadCSS();
}
}

0 comments on commit 1512a07

Please sign in to comment.