Skip to content

Commit

Permalink
merge fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
satellitecomponent committed Apr 8, 2024
2 parents a31fab3 + 837b7d2 commit 634519d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -776,8 +776,6 @@ <h2 class="modal-title"></h2>
<div class="submenu">

<div id="saved-networks-container" class="scrollable-list"></div>


<div class="top-section">
<div class="buttons-left">
<div title="Autosave enabled">
Expand Down Expand Up @@ -1189,4 +1187,4 @@ <h2 class="modal-title"></h2>

</body>

</html>
</html>
1 change: 1 addition & 0 deletions js/dropdown/savenet.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ function autosave() {
}

// Necessary because of the scripts order load order

document.addEventListener("DOMContentLoaded", function (){
const value = localStorage.getItem(LATEST_LOADED_INDEX_KEY) ?? null
selectedSaveIndex = value !== null ? parseInt(value) : null; // Update the selected save index
Expand Down

0 comments on commit 634519d

Please sign in to comment.