fixed incorrect localflag
This commit is contained in:
parent
4a8308b1c8
commit
71a5afaab5
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue