Commit c1d85d3c authored by Serge S. Koval's avatar Serge S. Koval

Upgraded to bootstrap 2.1.1

parent b1810a3b
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -41,7 +41,7 @@ var AdminFilters = function(element, filters_element, operations, options, types
$select.append($('<option/>').attr('value', this[0]).text(this[1]));
});
$select.select2();
$select.select2({width: 'resolve'});
var optId = op[0][0];
......
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