1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Hide server address for sysupgrade

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-02-23 15:10:34 +01:00
parent c1cae86176
commit 06ef8a9353
2 changed files with 4 additions and 1 deletions

View file

@ -98,7 +98,7 @@ function setup_ready() {
upgrade_check();
} else {
show("#upgrade_button");
show("#server_div");
//show("#server_div");
$("#server").value = data.url;
}
}