🏗️ First time sync the css & js files from hexo theme NexT
This commit is contained in:
7
assets/js/third-party/pace.js
vendored
Normal file
7
assets/js/third-party/pace.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/* global Pace */
|
||||
|
||||
Pace.options.restartOnPushState = false;
|
||||
|
||||
document.addEventListener('pjax:send', () => {
|
||||
Pace.restart();
|
||||
});
|
||||
Reference in New Issue
Block a user