Commit a4e3ec8d by UsakoSenpai

Merge branch 'receiver-configurator' of https://github.com/ckoval7/df-aggregator…

Merge branch 'receiver-configurator' of https://github.com/ckoval7/df-aggregator into receiver-configurator
parents afacb3cd 890b5bd3
...@@ -185,7 +185,7 @@ function showReceivers(rx_json, id) { ...@@ -185,7 +185,7 @@ function showReceivers(rx_json, id) {
const freqspan = document.getElementById(id + "-freq"); const freqspan = document.getElementById(id + "-freq");
document.getElementById(id + "-mobile").innerHTML = ""; document.getElementById(id + "-mobile").innerHTML = "";
document.getElementById(id + "-editicon").innerHTML = "create"; document.getElementById(id + "-editicon").innerHTML = "edit";
document.getElementById(id + "-manual").innerHTML = manualInfo; document.getElementById(id + "-manual").innerHTML = manualInfo;
document.getElementById(id + "-url").innerHTML = stationUrlHtml; document.getElementById(id + "-url").innerHTML = stationUrlHtml;
document.getElementById(id + "-id").innerHTML = stationIDhtml; document.getElementById(id + "-id").innerHTML = stationIDhtml;
...@@ -223,7 +223,7 @@ function createReceivers(rx_json, id) { ...@@ -223,7 +223,7 @@ function createReceivers(rx_json, id) {
const editiconspan = document.createElement('span'); const editiconspan = document.createElement('span');
editiconspan.classList.add("material-icons", "edit-icon", "no-select"); editiconspan.classList.add("material-icons", "edit-icon", "no-select");
editiconspan.innerHTML = "create"; editiconspan.innerHTML = "edit";
const editcheck = document.createElement('input'); const editcheck = document.createElement('input');
editcheck.classList.add("edit-checkbox", "edit-icon"); editcheck.classList.add("edit-checkbox", "edit-icon");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment