diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-06-29 11:22:54 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-06-29 11:22:54 -0400 |
commit | 7e9455c3823d31fc12fcaee030abfc78ffedec80 (patch) | |
tree | d74fb44ef2ba57339662c1235638fab038d9928d /apps/files_external/js | |
parent | 2d49a491fb740625ef56f6791669584e5ae49927 (diff) | |
download | nextcloud-server-7e9455c3823d31fc12fcaee030abfc78ffedec80.tar.gz nextcloud-server-7e9455c3823d31fc12fcaee030abfc78ffedec80.zip |
Allow multiple Google Drive and Dropbox external storages to be configured
Diffstat (limited to 'apps/files_external/js')
-rw-r--r-- | apps/files_external/js/dropbox.js | 1 | ||||
-rw-r--r-- | apps/files_external/js/google.js | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/js/dropbox.js b/apps/files_external/js/dropbox.js index 67f3c46a6ed..08796cbbdc9 100644 --- a/apps/files_external/js/dropbox.js +++ b/apps/files_external/js/dropbox.js @@ -23,7 +23,6 @@ $(document).ready(function() { }); } } - return false; } }); diff --git a/apps/files_external/js/google.js b/apps/files_external/js/google.js index 84c74c57421..55042194c7d 100644 --- a/apps/files_external/js/google.js +++ b/apps/files_external/js/google.js @@ -24,7 +24,6 @@ $(document).ready(function() { }); } } - return false; } }); |