Skip to content

Commit 83778b8

Browse files
ConcedoConcedo
Concedo
authored and
Concedo
committed
fix mislableed object
1 parent 8883188 commit 83778b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6046,7 +6046,7 @@
60466046

60476047
function is_kai_json(obj)
60486048
{
6049-
let is_kai = (!(tmpstory.prompt==null) || tmpstory.savedsettings!=null);
6049+
let is_kai = (!(obj.prompt==null) || obj.savedsettings!=null);
60506050
return is_kai;
60516051
}
60526052

0 commit comments

Comments
 (0)