Skip to content

Commit 8cf812e

Browse files
committed
updated lite
1 parent f57018f commit 8cf812e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klite.embd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18807,7 +18807,7 @@ Current version indicated by LITEVER below.
1880718807
let matchstr = "[<|p|" + key + "|p|>]";
1880818808
if (gametext_arr[i].includes(matchstr)) {
1880918809
hasChangedImage = true; //set here to update timers
18810-
if (img.done == true && img.result != "") {
18810+
if (img.done == true && img.result && img.result != "") {
1881118811
needToSave = true;
1881218812
let metaid = cyrb_hash(img.result);
1881318813
let newstr = `[<|h|${metaid}|h|>]`;

0 commit comments

Comments
 (0)