Permit HTML code in popovers
This commit is contained in:
@@ -45,7 +45,8 @@ $('document').ready(sb.init);
|
||||
$(function () {
|
||||
$("a[rel=popover]")
|
||||
.popover({
|
||||
offset: 10
|
||||
offset: 10,
|
||||
html: true
|
||||
})
|
||||
.click(function(e) {
|
||||
e.preventDefault()
|
||||
|
||||
Reference in New Issue
Block a user