Added bootstrap tabs JS and tabbified content on settings page using JS
Signed-off-by: Nathan Booth <nath.booth@gmail.com>
This commit is contained in:
@@ -8,6 +8,16 @@ var sb = {
|
||||
|
||||
init: function() {
|
||||
$('.alert-data').alert();
|
||||
$('.tabs').tabs()
|
||||
$("a[rel=popover]")
|
||||
.popover({
|
||||
offset: 10
|
||||
})
|
||||
.click(function(e) {
|
||||
e.preventDefault()
|
||||
})
|
||||
|
||||
})
|
||||
},
|
||||
|
||||
usercp: {
|
||||
@@ -37,15 +47,3 @@ 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