Allow multiple Google Drive and Dropbox external storages to be configured

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

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

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

Loading…
Cancel
Save