移除没用的脚本

This commit is contained in:
Argo-Lenovo 2016-11-08 11:23:45 +08:00
parent f45d600b34
commit 4f5483f1ea
1 changed files with 0 additions and 17 deletions

View File

@ -169,12 +169,6 @@ $(function () {
}, "请填写正确的IP地址");
}
// tool tips
$('.tooltips').tooltip();
// popovers
$('.popovers').popover();
$(".go-top").click(function (e) {
e.preventDefault();
$('#main-content, .content-body, body').animate({
@ -182,16 +176,5 @@ $(function () {
}, 200);
});
$('.form-group .btn-group .dropdown-menu a').on('click', function () {
var parent = $(this).parents('div.btn-group');
parent.prev('input.hide').val($(this).attr("data-val"));
parent.children('button:first').text($(this).text());
});
$('.site-footer div span').text($('#footer').val());
$('.sidebar-toggle-box').click(function () {
window.console.log('1');
$(this).next('a').toggle();
});
});