Skip to content

Commit

Permalink
fixed incorrect localflag
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins committed Dec 23, 2023
1 parent 4a8308b commit 71a5afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klite.embd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Current version: 101

<script>
const urlParams = new URLSearchParams(window.location.search);
const localflag = false;
const localflag = true;
const STORAGE_PREFIX = (localflag?"e_":"")+"kaihordewebui_";
</script>

Expand Down

0 comments on commit 71a5afa

Please sign in to comment.