This commit is contained in:
Van
2019-03-04 17:25:36 +08:00
parent a08a2f385b
commit 0d85dfbfd1
21 changed files with 15 additions and 30 deletions

View File

@@ -64,10 +64,6 @@ var Skin = {
$('.header a').removeClass('current')
this.className = 'current tooltipped tooltipped__w'
})
$('body').on('click', '.content-reset img', function () {
window.open(this.src)
})
},
}
Skin.init()