Commit f5fc00dd authored by Jos Schellevis's avatar Jos Schellevis

Fix loader issue with values for selectpicker

parent 3cc070df
......@@ -130,7 +130,9 @@ POSSIBILITY OF SUCH DAMAGE.
if ( maxDropdownHeight != undefined ) {
$(this).parent().find('ul[class="TokensContainer"]').css("max-height", maxTokenContainerHeight);
}
})
});
// TODO: fix loading order
$('.selectpicker').selectpicker('refresh');
},500);
// clear multiselect boxes, works on standard and tokenized versions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment