Skip to content

Commit

Permalink
Change <a> to <span> for toggle control
Browse files Browse the repository at this point in the history
  • Loading branch information
mahemoff committed Mar 30, 2012
1 parent 0c5331b commit 316e41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bootstrap-combobox.js
Expand Up @@ -150,7 +150,7 @@
}

$.fn.combobox.defaults = {
template: '<div class="combobox-container"><input type="text" /><a class="add-on btn dropdown-toggle" data-dropdown="dropdown"><span class="caret"/><span class="combobox-clear"><i class="icon-remove"/></span></a></div>'
template: '<div class="combobox-container"><input type="text" /><spanclass="add-on btn dropdown-toggle" data-dropdown="dropdown"><span class="caret"/><span class="combobox-clear"><i class="icon-remove"/></span></span></div>'
, menu: '<ul class="typeahead typeahead-long dropdown-menu"></ul>'
, item: '<li><a href="#"></a></li>'
}
Expand Down

0 comments on commit 316e41c

Please sign in to comment.