1
0
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:
Cameron
2015-07-17 11:09:35 -07:00
parent e0248c4189
commit 984f622149
2 changed files with 7 additions and 3 deletions

View File

@@ -344,7 +344,7 @@ $(document).ready(function()
}
else
{
$(this).multiselect();
$(this).multiselect({ buttonClass: 'btn btn-default'} );
}
});