[Fixed issue in codacy] Added semi-colon

This commit is contained in:
butomo1989 2020-07-02 14:24:18 +02:00
parent a5714c805d
commit ecfaf236b9

View file

@ -36,7 +36,7 @@ for (var pos = 0; pos < devices.length; pos++) {
td.appendChild(link);
} else if (index === 2) {
var object = document.createElement("object");
object.type = "text/html"
object.type = "text/html";
object.data = content;
object.width = "950px";
object.height = "950px";