Update sakura-app.js

pull/118/head
Mashiro 2019-10-17 19:45:07 +08:00 committed by GitHub
parent 5d86c1342c
commit 0133c1a266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ mashiro_global.variables = new function () {
this.skinSecter = true;
}
mashiro_global.ini = new function () {
this.normalize = function () {
this.normalize = function () { // initial functions when page first load (首次加载页面时的初始化函数)
lazyload();
social_share();
post_list_show_animation();
@ -17,7 +17,7 @@ mashiro_global.ini = new function () {
checkskinSecter();
scrollBar();
}
this.pjax = function () {
this.pjax = function () { // pjax reload functions (pjax 重载函数)
pjaxInit();
social_share();
post_list_show_animation();