Revert "luci-mod-system: Set description to blank if the trigger has none"
authorFlorian Eckert <fe@dev.tdt.de>
Tue, 12 Apr 2022 12:10:12 +0000 (14:10 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Tue, 12 Apr 2022 12:12:04 +0000 (14:12 +0200)
This reverts commit 3de544600385ca365c833aec99f89113daa12292.

I have unfortunately edited the wrong line!

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js

index d6f51d1f9b06b8645be914f1292d9cbb3af47d1a..c0cbd7a4f1cd1d35b969f1ca5752ac6868f74b5d 100644 (file)
@@ -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) {