satisfy ESLint

This commit is contained in:
idk
2019-02-19 15:18:27 -05:00
parent 30941faf7e
commit da4ae5696a

View File

@@ -135,12 +135,12 @@ function updateUI(restoredSettings) {
function SetHostText(){
var hostid = document.getElementById('hostText');
hostid.innerHTML = hosttext;
hostid.textContent = hosttext;
}
function SetPortText(){
var portid = document.getElementById('portText');
portid.innerHTML = porttext;
portid.textContent = porttext;
}
function onError(e) {