Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tposejank authored Sep 1, 2024
1 parent 3165cd3 commit 79354f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function i() {
</div>
<div class="navigation-part" id="navigation-3">
<a href="/encore/" class="part-button"><img src="https://raw.githubusercontent.com/Encore-Developers/Encore/main/Encore/Assets/encore_favicon-NEW.png" class="navigation-icon"></a>
${(localStorage.popupVersion != '0.2' || localStorage.popupVersion == undefined ? `<popup>>>>> NEW! >>>> Encore Charts!</popup>` : '')}
${(localStorage.popupVersion != '0.3' || localStorage.popupVersion == undefined ? `<popup>IMPORTANT: Stats have been fixed! Sorry for the inconvenience!</popup>` : '')}
</div>
</div>`;

Expand Down Expand Up @@ -452,4 +452,4 @@ function iS() {

makeCard(item);
}
}
}

0 comments on commit 79354f9

Please sign in to comment.