fixed quotes and made a safelink function

This commit is contained in:
MathMan05 2024-09-05 12:00:05 -05:00
parent e3185a06c6
commit 04779b6c6c
7 changed files with 156 additions and 14 deletions

View file

@ -225,7 +225,7 @@ class Dialog {
return table;
}
default:
console.error("can't find element:" + array[0], " full element:" + array);
console.error("can't find element:" + array[0], " full element:", array);
}
}
show() {