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:
@@ -285,6 +285,7 @@ function get_response(data) {
|
|||||||
else {
|
else {
|
||||||
keypress = "";
|
keypress = "";
|
||||||
};
|
};
|
||||||
|
if (!data.items[x].value) data.items[x].value = "";
|
||||||
itemlist[data.items[x].category].push(replace_list(html.config.text, {
|
itemlist[data.items[x].category].push(replace_list(html.config.text, {
|
||||||
"item_color": data.items[x].color,
|
"item_color": data.items[x].color,
|
||||||
"item_label": data.items[x].label,
|
"item_label": data.items[x].label,
|
||||||
|
|||||||
Reference in New Issue
Block a user