In this case the cbi description div will not be generated and when
switching to another trigger later, attempts to change the description
div contents will fail.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
3de544600385ca365c833aec99f89113daa12292)
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) {