From 6b2ab540ca2c9c913da1e500a0f8ba0548d34caf Mon Sep 17 00:00:00 2001 From: Michael Aufreiter Date: Thu, 7 May 2009 14:46:15 +0200 Subject: [PATCH] debug-mode: off ;-) --- js/ui.multiselect.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/ui.multiselect.js b/js/ui.multiselect.js index 29bc3e6..fb3092c 100644 --- a/js/ui.multiselect.js +++ b/js/ui.multiselect.js @@ -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 = $('
').insertAfter(this.element); this.count = 0; // number of currently selected options