Merge pull request #49 from l839165/nullMS

[mediaserver] No escribir NULL en campos NULL y arreglar autohide de elementos basado en estos campos
This commit is contained in:
Alfa
2017-08-25 19:19:05 -04:00
committed by GitHub

View File

@@ -285,6 +285,7 @@ function get_response(data) {
else {
keypress = "";
};
if (!data.items[x].value) data.items[x].value = "";
itemlist[data.items[x].category].push(replace_list(html.config.text, {
"item_color": data.items[x].color,
"item_label": data.items[x].label,