We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde6e62 commit 890f708Copy full SHA for 890f708
1 file changed
public/js/index.js
@@ -1126,7 +1126,8 @@ ui.toolbar.import.dropbox.click(function () {
1126
})
1127
// import from google drive
1128
function buildImportFromGoogleDrive () {
1129
- FilePicker({
+ /* eslint-disable no-unused-vars */
1130
+ let picker = new FilePicker({
1131
apiKey: GOOGLE_API_KEY,
1132
clientId: GOOGLE_CLIENT_ID,
1133
buttonEl: ui.toolbar.import.googleDrive,
@@ -1153,6 +1154,7 @@ function buildImportFromGoogleDrive () {
1153
1154
}
1155
1156
1157
+ /* eslint-enable no-unused-vars */
1158
1159
// import from gist
1160
ui.toolbar.import.gist.click(function () {
0 commit comments