Update sakura-app.js
This commit is contained in:
parent
5d86c1342c
commit
0133c1a266
|
@ -8,7 +8,7 @@ mashiro_global.variables = new function () {
|
||||||
this.skinSecter = true;
|
this.skinSecter = true;
|
||||||
}
|
}
|
||||||
mashiro_global.ini = new function () {
|
mashiro_global.ini = new function () {
|
||||||
this.normalize = function () {
|
this.normalize = function () { // initial functions when page first load (首次加载页面时的初始化函数)
|
||||||
lazyload();
|
lazyload();
|
||||||
social_share();
|
social_share();
|
||||||
post_list_show_animation();
|
post_list_show_animation();
|
||||||
|
@ -17,7 +17,7 @@ mashiro_global.ini = new function () {
|
||||||
checkskinSecter();
|
checkskinSecter();
|
||||||
scrollBar();
|
scrollBar();
|
||||||
}
|
}
|
||||||
this.pjax = function () {
|
this.pjax = function () { // pjax reload functions (pjax 重载函数)
|
||||||
pjaxInit();
|
pjaxInit();
|
||||||
social_share();
|
social_share();
|
||||||
post_list_show_animation();
|
post_list_show_animation();
|
||||||
|
|
Loading…
Reference in New Issue