Skip to content

Commit

Permalink
Merge pull request #12517 from nextcloud/bugfix/noid/files-external-t…
Browse files Browse the repository at this point in the history
…emplates

Fix loading of files external templates file
  • Loading branch information
rullzer committed Nov 18, 2018
2 parents 14f7b2c + 9536a40 commit dd74d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_external/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/* Load Status Manager */
\OCP\Util::addStyle('files_external', 'external');
\OCP\Util::addScript('files_external', 'statusmanager');
\OCP\Util::addScript('files_external', 'templates.js');
\OCP\Util::addScript('files_external', 'templates');
\OCP\Util::addScript('files_external', 'rollingqueue');

OCP\Util::addScript('files_external', 'app');
Expand Down

0 comments on commit dd74d1a

Please sign in to comment.