|
@@ -6,7 +6,7 @@
|
|
<input type="checkbox" id="opts-autoProceed" checked/><label for="opts-autoProceed">Autoproceed</label>
|
|
<input type="checkbox" id="opts-autoProceed" checked/><label for="opts-autoProceed">Autoproceed</label>
|
|
<input type="checkbox" id="opts-restrictions" checked/><label for="opts-restrictions">Restrictions</label>
|
|
<input type="checkbox" id="opts-restrictions" checked/><label for="opts-restrictions">Restrictions</label>
|
|
<input type="checkbox" id="opts-Webcam" checked/><label for="opts-Webcam">Webcam</label>
|
|
<input type="checkbox" id="opts-Webcam" checked/><label for="opts-Webcam">Webcam</label>
|
|
- <input type="checkbox" id="opts-GoogleDrive" checked/><label for="opts-GoogleDrive">Google Drive</label>
|
|
|
|
|
|
+ <!-- <input type="checkbox" id="opts-GoogleDrive" checked/><label for="opts-GoogleDrive">Google Drive</label> -->
|
|
<input type="checkbox" id="opts-Dropbox" checked/><label for="opts-Dropbox">Dropbox</label>
|
|
<input type="checkbox" id="opts-Dropbox" checked/><label for="opts-Dropbox">Dropbox</label>
|
|
<input type="checkbox" id="opts-Instagram" checked/><label for="opts-Instagram">Instagram</label>
|
|
<input type="checkbox" id="opts-Instagram" checked/><label for="opts-Instagram">Instagram</label>
|
|
<input type="checkbox" id="opts-Url" checked/><label for="opts-Url">Url</label>
|
|
<input type="checkbox" id="opts-Url" checked/><label for="opts-Url">Url</label>
|
|
@@ -38,9 +38,9 @@
|
|
var defaultOpts = {
|
|
var defaultOpts = {
|
|
DashboardInline: true,
|
|
DashboardInline: true,
|
|
Webcam: true,
|
|
Webcam: true,
|
|
- GoogleDrive: true,
|
|
|
|
|
|
+ GoogleDrive: false,
|
|
Instagram: true,
|
|
Instagram: true,
|
|
- Dropbox: false,
|
|
|
|
|
|
+ Dropbox: true,
|
|
Url: true,
|
|
Url: true,
|
|
autoProceed: false,
|
|
autoProceed: false,
|
|
restrictions: false,
|
|
restrictions: false,
|