We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57018f commit 8cf812eCopy full SHA for 8cf812e
klite.embd
@@ -18807,7 +18807,7 @@ Current version indicated by LITEVER below.
18807
let matchstr = "[<|p|" + key + "|p|>]";
18808
if (gametext_arr[i].includes(matchstr)) {
18809
hasChangedImage = true; //set here to update timers
18810
- if (img.done == true && img.result != "") {
+ if (img.done == true && img.result && img.result != "") {
18811
needToSave = true;
18812
let metaid = cyrb_hash(img.result);
18813
let newstr = `[<|h|${metaid}|h|>]`;
0 commit comments