summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/jquery.multi-select.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/js/jquery.multi-select.js b/js/jquery.multi-select.js
index 7338033..06ee1ea 100644
--- a/js/jquery.multi-select.js
+++ b/js/jquery.multi-select.js
@@ -43,14 +43,6 @@
ms.attr('id', ms.attr('id') ? ms.attr('id') : Math.ceil(Math.random()*1000)+'multiselect');
this.$container.attr('id', 'ms-'+ms.attr('id'));
- var optgroupLabel = null,
- optgroupId = null,
- optgroupCpt = 0,
- optgroupContainerTemplate = '<li class="ms-optgroup-container"></li>',
- optgroupUlTemplate = '<ul class="ms-optgroup"></ul>',
- optgroupLiTemplate = '<li class="ms-optgroup-label"><span></span></li>';
-
-
ms.find('option').each(function(){
that.generateLisFromOption(this);
});