Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TohnoCoding committed Oct 9, 2024
2 parents c9e7f78 + 2c458e4 commit deed9d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,9 @@ <h5 class="modal-title">Update Servant - <span id="nameUpdate"></span></h5>
href="javascript:shareURL('twitter')"><img src="img/hamburger/xwittershare.png"></a>
<a class="hamburger-menu-button"
href="javascript:shareURL('')"><img src="img/hamburger/shortenurl.png"></a>
<a class="hamburger-menu-button"
<a class="hamburger-menu-button" id="loadbutton"
href="javascript:loadLocalData()"><img src="img/hamburger/browserload.png"></a>
<a class="hamburger-menu-button"
<a class="hamburger-menu-button" id="savebutton"
href="javascript:saveLocalData()"><img src="img/hamburger/browsersave.png"></a>
<a class="hamburger-menu-button" id="loadbutton_f"
href="javascript:openFileUploadPrompt()"><img src="img/hamburger/fileload.png"></a>
Expand Down
4 changes: 2 additions & 2 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,8 @@ $(async function() {
}
}
}
if (localStorage[list_local])
{ $('#' + load_btn).prop('disabled', false); } // Load button status
if (localStorage[list_local]) // Load button status
{ $('#' + load_btn).removeAttr("href").toggleClass("disabled-link"); }
// Set Checkbox Events
$('#' + fastmode_checkbox).on("change",
function () { updateURLOptionModeOnly(); });
Expand Down

0 comments on commit deed9d2

Please sign in to comment.