Skip to content

Commit

Permalink
Update sakura-app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mashirozx authored Oct 17, 2019
1 parent 5d86c13 commit 0133c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/sakura-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -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();
Expand Down

0 comments on commit 0133c1a

Please sign in to comment.