mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-08 15:52:25 +08:00
background color
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user