fixed quotes and made a safelink function
This commit is contained in:
parent
e3185a06c6
commit
04779b6c6c
7 changed files with 156 additions and 14 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue