Skip to content

Commit

Permalink
Update RootsIO.js
Browse files Browse the repository at this point in the history
Clean up google picker code.  Google made a change that messed things up.  Then changed it back the next day.
  • Loading branch information
znarkd committed Jan 23, 2025
1 parent 65ee88b commit 1f17d6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/RootsIO.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* RootsIO.js
* Copyright (c) 2014-present Dan Kranz
* Release: January 3, 2025
* Release: January 23, 2025
*/

var Roots = Roots || {};
Expand Down Expand Up @@ -226,7 +226,6 @@ Roots.GDriveSelectFile = function (callback) {
view.setParent("root");
view.setMode(google.picker.DocsViewMode.LIST);
view.setIncludeFolders(true);
//view.setSelectFolderEnabled(true);
view.setEnableDrives(true);
var picker = new google.picker.PickerBuilder().
addView(view).
Expand Down

0 comments on commit 1f17d6a

Please sign in to comment.