Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
b1d60aab5e
|
@ -270,7 +270,7 @@ document.addEventListener("pjax:send", function () {
|
||||||
heo.showLoading()
|
heo.showLoading()
|
||||||
});
|
});
|
||||||
|
|
||||||
document.addEventListener("pjax:complete", function () {
|
document.addEventListener("load", function () {
|
||||||
heo.categoriesBarActive();
|
heo.categoriesBarActive();
|
||||||
heo.tagPageActive();
|
heo.tagPageActive();
|
||||||
heo.onlyHome();
|
heo.onlyHome();
|
||||||
|
@ -279,10 +279,10 @@ document.addEventListener("pjax:complete", function () {
|
||||||
heo.darkModeStatus();
|
heo.darkModeStatus();
|
||||||
heo.initThemeColor();
|
heo.initThemeColor();
|
||||||
percent();
|
percent();
|
||||||
window.onscroll = percent;
|
|
||||||
heo.hideLoading();
|
heo.hideLoading();
|
||||||
});
|
});
|
||||||
heo.initThemeColor();
|
heo.initThemeColor();
|
||||||
percent();
|
window.onscroll = function () {
|
||||||
window.onscroll = percent();
|
percent();
|
||||||
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue