background color

This commit is contained in:
deepzz0
2016-10-19 19:39:21 +08:00
parent 31d3b8c43f
commit 2f52a53ff3
5 changed files with 18 additions and 42 deletions

View File

@@ -155,19 +155,6 @@
$('#typecho-nav-list').find('.child').hide();
});
})();
// if ($('.typecho-login').length == 0) {
// $('a').each(function() {
// var t = $(this),
// href = t.attr('href');
// if ((href && href[0] == '#') || /^http\:\/\/localhost\/admin\/.*$/.exec(href)) {
// return;
// }
// t.attr('target', '_blank');
// });
// }
});
})();
</script>