diff options
-rw-r--r-- | modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js index d6f51d1f9b..c0cbd7a4f1 100644 --- a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js +++ b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js @@ -89,7 +89,7 @@ return view.extend({ var plugin = plugins[i]; if ( plugin.name === value ) this.map.findElement('id', 'cbid.system.%s.trigger'.format(section)) - .nextElementSibling.innerHTML = plugin.form.description || ' '; + .nextElementSibling.innerHTML = plugin.form.description || ''; } } o.load = function(section_id) { |