FIX : width multiselect

This commit is contained in:
phf 2015-05-25 16:42:51 +02:00
parent a5f2617166
commit 33ad86261a

View File

@ -4157,7 +4157,7 @@ class Form
$out='<!-- JS CODE TO ENABLE '.$tmpplugin.' for id '.$htmlname.' -->
<script type="text/javascript">
$(document).ready(function () {
$(\'#'.$htmlname.'\').'.$tmpplugin.'({
$(\'#'.$htmlname.'\').'.$tmpplugin.'({width:"resolve"
});
});
</script>';