refresh
This commit is contained in:
parent
66d54b4e03
commit
9c8e24e57b
@ -179,6 +179,7 @@
|
|||||||
function setActiveMentions(panel) {
|
function setActiveMentions(panel) {
|
||||||
if (panel.mentions !== null) {
|
if (panel.mentions !== null) {
|
||||||
$('#edit-mentions').selectpicker('val', panel.mentions);
|
$('#edit-mentions').selectpicker('val', panel.mentions);
|
||||||
|
$('#edit-mentions').selectpicker('refresh');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user