@@ -4,20 +4,12 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
var sb = {
|
var sb = {
|
||||||
|
|
||||||
init: function() {
|
init: function() {
|
||||||
$('.alert-data').alert();
|
$('.alert-data').alert();
|
||||||
$('.tabs').tabs()
|
$('.tabs').tabs();
|
||||||
$("a[rel=popover]")
|
|
||||||
.popover({
|
|
||||||
offset: 10
|
|
||||||
})
|
|
||||||
.click(function(e) {
|
|
||||||
e.preventDefault()
|
|
||||||
})
|
|
||||||
|
|
||||||
})
|
|
||||||
},
|
},
|
||||||
|
|
||||||
usercp: {
|
usercp: {
|
||||||
@@ -47,3 +39,15 @@ 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