mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-23 16:05:09 +00:00
🤖 format everything with pre-commit by <stirlingbot> (#3300)
Auto-generated by [create-pull-request][1] with **stirlingbot** [1]: https://github.com/peter-evans/create-pull-request Signed-off-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com> Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1de1f43762
commit
b28cabe63b
@ -20,7 +20,7 @@ function gisLoaded() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// add more as needed.
|
// add more as needed.
|
||||||
// Google picker is limited on what mimeTypes are supported
|
// Google picker is limited on what mimeTypes are supported
|
||||||
// Wild card are not supported
|
// Wild card are not supported
|
||||||
const expandableMimeTypes = {
|
const expandableMimeTypes = {
|
||||||
@ -29,10 +29,10 @@ const expandableMimeTypes = {
|
|||||||
|
|
||||||
function fileInputToGooglePickerMimeTypes(accept) {
|
function fileInputToGooglePickerMimeTypes(accept) {
|
||||||
|
|
||||||
if(accept == null || accept == "" || accept.includes("*/*")){
|
if(accept == null || accept == "" || accept.includes("*/*")){
|
||||||
|
|
||||||
// Setting null will accept all supported mimetypes
|
// Setting null will accept all supported mimetypes
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
let mimeTypes = [];
|
let mimeTypes = [];
|
||||||
@ -57,7 +57,7 @@ function fileInputToGooglePickerMimeTypes(accept) {
|
|||||||
*/
|
*/
|
||||||
function gapiLoaded() {
|
function gapiLoaded() {
|
||||||
gapi.load("client:picker", initializePicker);
|
gapi.load("client:picker", initializePicker);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Callback after the API client is loaded. Loads the
|
* Callback after the API client is loaded. Loads the
|
||||||
@ -68,7 +68,7 @@ async function initializePicker() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setupGoogleDrivePicker(picker) {
|
function setupGoogleDrivePicker(picker) {
|
||||||
|
|
||||||
const name = picker.getAttribute('data-name');
|
const name = picker.getAttribute('data-name');
|
||||||
const accept = picker.getAttribute('data-accept');
|
const accept = picker.getAttribute('data-accept');
|
||||||
const multiple = picker.getAttribute('data-multiple') === "true";
|
const multiple = picker.getAttribute('data-multiple') === "true";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user