Skip to content

Commit

Permalink
Hide select
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtera committed Oct 28, 2013
1 parent 406a03a commit eeae2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jQuery.select2OptionPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jQuery.fn.select2OptionPicker = function(options) {
var $ = jQuery;
var select = $(this);
var multiselect = select.attr('multiple');
//select.hide();
select.hide();

var buttonsHtml = $('<div class="select2OptionPicker"></div>');
var selectIndex = 0;
Expand Down

0 comments on commit eeae2b6

Please sign in to comment.