mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-06 12:29:38 +00:00
Merge branch 'keyboard' of https://github.com/CendioOssman/noVNC
This commit is contained in:
@@ -35,8 +35,7 @@
|
||||
msg.appendChild(div);
|
||||
}
|
||||
|
||||
if (err &&
|
||||
(err.stack !== undefined)) {
|
||||
if (err && (err.stack !== undefined)) {
|
||||
div = document.createElement("div");
|
||||
div.className = 'noVNC_stack';
|
||||
div.appendChild(document.createTextNode(err.stack));
|
||||
|
||||
Reference in New Issue
Block a user