Permit HTML code in popovers

This commit is contained in:
2011-12-20 19:11:52 +00:00
parent 18dd7e2773
commit 910d8858de

View File

@@ -45,7 +45,8 @@ $('document').ready(sb.init);
$(function () { $(function () {
$("a[rel=popover]") $("a[rel=popover]")
.popover({ .popover({
offset: 10 offset: 10,
html: true
}) })
.click(function(e) { .click(function(e) {
e.preventDefault() e.preventDefault()