🐛 nijigen 文章自定义页面切换

This commit is contained in:
Van
2018-09-30 19:41:06 +08:00
parent b1349979a6
commit ab99a1c139
3 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ var Skin = {
init: function () {
Util.initPjax(function () {
Skin._initAnimation()
if (!Util.isArticlePage(location.href)) {
if ($('#articlePage').length === 0) {
$('.b3-solo-list').closest('.module').remove()
}
})