]> source.dussan.org Git - nextcloud-server.git/commitdiff
Allow multiple Google Drive and Dropbox external storages to be configured
authorMichael Gapczynski <mtgap@owncloud.com>
Fri, 29 Jun 2012 15:22:54 +0000 (11:22 -0400)
committerMichael Gapczynski <mtgap@owncloud.com>
Fri, 29 Jun 2012 15:22:54 +0000 (11:22 -0400)
apps/files_external/js/dropbox.js
apps/files_external/js/google.js

index 67f3c46a6ed3f2b9534fb307b1dfa8426bdb9fc6..08796cbbdc9c23215bb6ea6b8448c5f744ffffcd 100644 (file)
@@ -23,7 +23,6 @@ $(document).ready(function() {
                                        });
                                }
                        }
-                       return false;
                }
        });
 
index 84c74c57421a221255ab201d176b83da388ffb79..55042194c7db5c9be799f7182e13dfe20f7cbbea 100644 (file)
@@ -24,7 +24,6 @@ $(document).ready(function() {
                                        });
                                }
                        }
-                       return false;
                }
        });