Browse Source

Allow multiple Google Drive and Dropbox external storages to be configured

remotes/origin/stable45
Michael Gapczynski 14 years ago
parent
commit
7e9455c382
  1. 1
      apps/files_external/js/dropbox.js
  2. 1
      apps/files_external/js/google.js

1
apps/files_external/js/dropbox.js

@ -23,7 +23,6 @@ $(document).ready(function() {
});
}
}
return false;
}
});

1
apps/files_external/js/google.js

@ -24,7 +24,6 @@ $(document).ready(function() {
});
}
}
return false;
}
});

Loading…
Cancel
Save