Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/issue-1069-selectlist-display-no…
Browse files Browse the repository at this point in the history
…ne' into issue-1069-selectlist-display-none

Conflicts:
	less/misc.less
  • Loading branch information
BenjaminNeilDavis committed Feb 11, 2015
2 parents 2d316f7 + d7378bf commit c2b6c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/selectlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
resize: function () {
var width = 0;
var newWidth = 0;
var sizer = $('<div/>').addClass('selectlist-sizer');
var sizer = $('<div/>').addClass('dummy-selectlist');


if (Boolean($(document).find('html').hasClass('fuelux'))) {
Expand Down

0 comments on commit c2b6c86

Please sign in to comment.