Skip to content

Commit

Permalink
fix: get rid of legacy jquery.fileupload script import
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
  • Loading branch information
elzody committed Oct 15, 2024
1 parent 38b12b4 commit 6b787f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
* SPDX-FileCopyrightText: 2014-2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
script('richdocuments', 'richdocuments-admin');
script('files', 'jquery.fileupload');
\OCP\Util::addScript('richdocuments', 'richdocuments-admin');

/** @var array $_ */
?>
Expand Down

0 comments on commit 6b787f4

Please sign in to comment.