summaryrefslogtreecommitdiffstats
path: root/apps/files_external/templates
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r--apps/files_external/templates/settings.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index 589574bbae4..611c5807a5f 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -106,15 +106,6 @@
foreach ($storage->getAuthMechanism()->getParameters() as $parameter) {
writeParameterInput($parameter, $options, ['auth-param']);
}
-
- $customJs = $storage->getBackend()->getCustomJs();
- if (isset($customJs)) {
- \OCP\Util::addScript('files_external', $customJs);
- }
- $customJsAuth = $storage->getAuthMechanism()->getCustomJs();
- if (isset($customJsAuth)) {
- \OCP\Util::addScript('files_external', $customJsAuth);
- }
?>
</td>
<?php if ($_['isAdminPage']): ?>