You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ <h4 class="cookies-per-second-counter">Cookies Per Second: <span id="cookiesPerS
26
26
<ahref="404.html" target="_blank" id="githubHyperlink"><!-- this HREF is changed programmatically in main.ts in the event of a fork and a different GitHub repo link. -->
document.getElementById("versionSwitchInfoText").innerText=(Game.VERSION_BRANCH===VersionBranch.MAIN) ? "Clicking this will switch to the beta branch" : "Clicking this will switch to the main branch";
221
-
if(Game.VERSION_BRANCH===VersionBranch.BETA||Game.VERSION_BRANCH===VersionBranch.DEVELOP)// show the developer mode switch
0 commit comments