Commit aca02c24 authored by David Stutz's avatar David Stutz

Fixed bug with bootstrap tabs.

Bootstrap multiselect and tabs will now work on the same page.
parent 4eaa63b5
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
$('button', this.container).html(this.options.text($('option:selected', this.select)) + ' <b class="caret"></b>'); $('button', this.container).html(this.options.text($('option:selected', this.select)) + ' <b class="caret"></b>');
}, this)); }, this));
$('ul li a').on('click', function(event) { $('ul li a', this.container).on('click', function(event) {
event.stopPropagation(); event.stopPropagation();
}); });
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment