Permit HTML code in popovers
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user