Skip to content

Commit a1298c7

Browse files
committed
Fix for #609
Also fix for #614
1 parent d83440e commit a1298c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/jquery.multiselect.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747

4848
_create: function() {
49-
var el = this.element.hide();
49+
var el = this.element;
5050
var o = this.options;
5151

5252
this.speed = $.fx.speeds._default; // default speed for effects
@@ -107,6 +107,7 @@
107107

108108
// bump unique ID
109109
multiselectID++;
110+
el.hide();
110111
},
111112

112113
_init: function() {

0 commit comments

Comments
 (0)