disable google drive everywhere

This commit is contained in:
Artur Paikin 2019-02-07 13:52:30 +03:00
parent 645246f85a
commit f77a10270c

View file

@ -26,7 +26,7 @@
var optionInputs = { var optionInputs = {
DashboardInline: document.querySelector('#opts-DashboardInline'), DashboardInline: document.querySelector('#opts-DashboardInline'),
Webcam: document.querySelector('#opts-Webcam'), Webcam: document.querySelector('#opts-Webcam'),
GoogleDrive: document.querySelector('#opts-GoogleDrive'), // GoogleDrive: document.querySelector('#opts-GoogleDrive'),
Dropbox: document.querySelector('#opts-Dropbox'), Dropbox: document.querySelector('#opts-Dropbox'),
Instagram: document.querySelector('#opts-Instagram'), Instagram: document.querySelector('#opts-Instagram'),
Url: document.querySelector('#opts-Url'), Url: document.querySelector('#opts-Url'),
@ -38,7 +38,7 @@
var defaultOpts = { var defaultOpts = {
DashboardInline: true, DashboardInline: true,
Webcam: true, Webcam: true,
GoogleDrive: false, // GoogleDrive: false,
Instagram: true, Instagram: true,
Dropbox: true, Dropbox: true,
Url: true, Url: true,