Skip to content

Commit

Permalink
fixed saveas styling
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammed-abuodeh committed Sep 17, 2024
1 parent 267bb51 commit c125fff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gapiLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ function enableBrowseButton() {

function saveAsPicker() {
let browseBtn = document.getElementById("save_as_option");
browseBtn.style.display = "inline-block";
browseBtn.onclick = () => {
showSaveAsPicker(gapi.client.getToken().access_token, saveAsPickerCallback);
};
Expand Down

0 comments on commit c125fff

Please sign in to comment.