taps to spaces, correct equal check
This commit is contained in:
parent
a4f9e07f4e
commit
7ccffa6c89
|
|
@ -59,7 +59,7 @@ function alterApp() {
|
||||||
}
|
}
|
||||||
title.innerText = window.webxdc.selfAddr();
|
title.innerText = window.webxdc.selfAddr();
|
||||||
|
|
||||||
if (getXdcRoot() == window) {
|
if (getXdcRoot() === window) {
|
||||||
var div = document.createElement('div');
|
var div = document.createElement('div');
|
||||||
div.innerHTML =
|
div.innerHTML =
|
||||||
'<div style="' + styleControlPanel + '">' +
|
'<div style="' + styleControlPanel + '">' +
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue