This commit is contained in:
rxdn 2020-06-20 15:21:21 +01:00
parent 9c8e24e57b
commit 04969f7532
2 changed files with 1 additions and 2 deletions

View File

@ -179,7 +179,6 @@
function setActiveMentions(panel) {
if (panel.mentions !== null) {
$('#edit-mentions').selectpicker('val', panel.mentions);
$('#edit-mentions').selectpicker('refresh');
}
}

View File

@ -306,7 +306,7 @@
}
}
$('#mentions').selectpicker('refresh');
$(`#${elementId}`).selectpicker('refresh');
}
async function loadData() {