Popovers on main page showing status
Signed-off-by: Nathan Booth <nath.booth@gmail.com>
This commit is contained in:
@@ -13,3 +13,13 @@ var sb = {
|
||||
};
|
||||
|
||||
$('document').ready(sb.init);
|
||||
|
||||
$(function () {
|
||||
$("a[rel=popover]")
|
||||
.popover({
|
||||
offset: 10
|
||||
})
|
||||
.click(function(e) {
|
||||
e.preventDefault()
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user