Fixed issue #154
This commit is contained in:
parent
23051ef90e
commit
3cd0a4c6f4
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ function apply_channel_description(container: JQuery, channel: ChannelEntry) {
|
|||
const container_no_value = container.find(".no-value");
|
||||
|
||||
channel.getChannelDescription().then(description => {
|
||||
container_value.empty();
|
||||
if (description) {
|
||||
renderBBCodeAsJQuery(description, { convertSingleUrls: true }).forEach(element => container_value.append(element));
|
||||
container_no_value.hide();
|
||||
|
|
Loading…
Add table
Reference in a new issue