Skip to content

Commit 382c236

Browse files
author
prima
committed
fix: Admin button not visible when not on a local system
1 parent 2c05a6b commit 382c236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klite.embd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21593,7 +21593,7 @@ Current version indicated by LITEVER below.
2159321593
document.getElementById("gametext").innerHTML = fulltxt;
2159421594
}
2159521595

21596-
if(localflag && is_using_kcpp_with_admin())
21596+
if(is_using_kcpp_with_admin())
2159721597
{
2159821598
document.getElementById("topbtn_admin").classList.remove("hidden");
2159921599
}

0 commit comments

Comments
 (0)