This commit is contained in:
Pierre Ossman
2017-05-04 12:18:55 +02:00
18 changed files with 2445 additions and 1886 deletions

View File

@@ -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));