We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecd81ed + a88ca97 commit 2833055Copy full SHA for 2833055
jquery.selectBox.js
@@ -113,7 +113,7 @@ if(jQuery) (function($) {
113
.show()
114
.appendTo('body');
115
tmp.find('.selectBox-options').html('<li><a>\u00A0</a></li>');
116
- optionHeight = parseInt(tmp.find('.selectBox-options A:first').html(' ').outerHeight());
+ var optionHeight = parseInt(tmp.find('.selectBox-options A:first').html(' ').outerHeight());
117
tmp.remove();
118
119
control.height(optionHeight * size);
0 commit comments