Skip to content

Commit

Permalink
fix: Use init script to avoid timing issues during loading
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Mar 8, 2024
1 parent d4e99e8 commit 18e81f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Listener/LoadAdditionalListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public function handle(Event $event): void {
return;
}

Util::addScript(Application::APP_ID, 'tables-files', 'files');
Util::addInitScript(Application::APP_ID, 'tables-files');
}
}

0 comments on commit 18e81f2

Please sign in to comment.