Revert "luci-mod-system: Set description to blank if the trigger has none"
This reverts commit 3de544600385ca365c833aec99f89113daa12292. I have unfortunately edited the wrong line! Signed-off-by: Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 2135525b7213220476388fbed0d7525df712a937)
This commit is contained in:
parent
ba7d0c7ddd
commit
0dedf21108
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user