* Finish task #43557.
This commit is contained in:
@@ -222,15 +222,6 @@ $(document).on('mousedown', 'select', function()
|
||||
|
||||
$(function()
|
||||
{
|
||||
/* Adjust width for ie chosen width. */
|
||||
if(!hiddenStory)
|
||||
{
|
||||
var chosenWidth = $('#module1_chosen').width();
|
||||
}
|
||||
else
|
||||
{
|
||||
var chosenWidth = 170;
|
||||
}
|
||||
|
||||
$('.chosen-container[id^=module]').width(chosenWidth);
|
||||
$('.chosen-container[id^=module]').css('max-width', chosenWidth);
|
||||
|
||||
Reference in New Issue
Block a user