This commit is contained in:
Van
2019-07-11 00:34:52 +08:00
parent 69451c2535
commit dae2f78b6a
7 changed files with 29 additions and 25 deletions

View File

@@ -28,7 +28,6 @@
*/
var Skin = {
init: function () {
Util.initPjax()
$('#headerDown').click(function () {
$('html, body').animate({scrollTop: $(window).height()}, 300)
})