mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
disable google drive everywhere
This commit is contained in:
parent
645246f85a
commit
f77a10270c
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
var optionInputs = {
|
||||
DashboardInline: document.querySelector('#opts-DashboardInline'),
|
||||
Webcam: document.querySelector('#opts-Webcam'),
|
||||
GoogleDrive: document.querySelector('#opts-GoogleDrive'),
|
||||
// GoogleDrive: document.querySelector('#opts-GoogleDrive'),
|
||||
Dropbox: document.querySelector('#opts-Dropbox'),
|
||||
Instagram: document.querySelector('#opts-Instagram'),
|
||||
Url: document.querySelector('#opts-Url'),
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
var defaultOpts = {
|
||||
DashboardInline: true,
|
||||
Webcam: true,
|
||||
GoogleDrive: false,
|
||||
// GoogleDrive: false,
|
||||
Instagram: true,
|
||||
Dropbox: true,
|
||||
Url: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue