diff options
-rw-r--r-- | web_ui/moony.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_ui/moony.js b/web_ui/moony.js index cfdd04d..a43bfd3 100644 --- a/web_ui/moony.js +++ b/web_ui/moony.js @@ -619,7 +619,7 @@ function lv2_success(data) { var prot = data[LV2.UI.protocol]; var value = data[RDF.value]; - if(symbol && prot && value) + if(symbol && prot) { var callback = lv2_read[prot]; if(callback) |