taps to spaces, correct equal check

This commit is contained in:
B. Petersen 2022-01-02 22:01:17 +01:00
parent a4f9e07f4e
commit 7ccffa6c89
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC

View file

@ -59,7 +59,7 @@ function alterApp() {
}
title.innerText = window.webxdc.selfAddr();
if (getXdcRoot() == window) {
if (getXdcRoot() === window) {
var div = document.createElement('div');
div.innerHTML =
'<div style="' + styleControlPanel + '">' +