mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 10:50:25 +02:00
Issue #1138 - Bootstrap3 styling on multi-select elements.
This commit is contained in:
@@ -344,7 +344,7 @@ $(document).ready(function()
|
||||
}
|
||||
else
|
||||
{
|
||||
$(this).multiselect();
|
||||
$(this).multiselect({ buttonClass: 'btn btn-default'} );
|
||||
}
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user