Skip to content

Commit

Permalink
fix: Do not load files app scripts that are broken right now
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 6, 2024
1 parent bed74f2 commit 1f8125a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Listeners/Files/ListenerFilesLoadScripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ public function handle(Event $event): void {
return;
}

Util::addScript('circles', 'files/circles.files.app');
Util::addScript('circles', 'files/circles.files.list');
// FIXME: Those scripts need to be migrated to the new files API first
// Util::addScript('circles', 'files/circles.files.app');
// Util::addScript('circles', 'files/circles.files.list');
Util::addStyle('circles', 'files/circles.filelist');
}
}

0 comments on commit 1f8125a

Please sign in to comment.