Skip to content

Commit 71a5afa

Browse files
committed
fixed incorrect localflag
1 parent 4a8308b commit 71a5afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klite.embd

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Current version: 101
1212

1313
<script>
1414
const urlParams = new URLSearchParams(window.location.search);
15-
const localflag = false;
15+
const localflag = true;
1616
const STORAGE_PREFIX = (localflag?"e_":"")+"kaihordewebui_";
1717
</script>
1818

0 commit comments

Comments
 (0)