Skip to content

Commit

Permalink
debug-mode: off ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Aufreiter committed May 7, 2009
1 parent f7aa4b1 commit 6b2ab54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/ui.multiselect.js
Expand Up @@ -32,8 +32,7 @@ String.prototype.contains = function(string, separator) {

$.widget("ui.multiselect", {
_init: function() {
// hide this.element
// this.element.hide();
this.element.hide();
this.id = this.element.attr("id");
this.container = $('<div class="ui-multiselect ui-helper-clearfix ui-widget"></div>').insertAfter(this.element);
this.count = 0; // number of currently selected options
Expand Down

0 comments on commit 6b2ab54

Please sign in to comment.