Skip to content

Commit

Permalink
fixed localflag
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins committed Nov 11, 2023
1 parent 027cd8c commit a00a32e
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: 95

<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 a00a32e

Please sign in to comment.