📝 link title

This commit is contained in:
Van
2018-12-07 17:29:43 +08:00
parent 2af4532528
commit ccb20d81c5
26 changed files with 132 additions and 184 deletions

View File

@@ -36,11 +36,11 @@ var Skin = {
$('.header a').each(function () {
if (this.href === location.href) {
this.className = 'current'
this.className = 'current tooltipped tooltipped__w'
}
}).click(function () {
$('.header a').removeClass('current')
this.className = 'current'
this.className = 'current tooltipped tooltipped__w'
})
},
_initArticleCommon: function () {