Enable smooth scrolling for layout page
This commit is contained in:
parent
4dd0c6d16f
commit
b0815b53c0
2 changed files with 3 additions and 2 deletions
2
assets/js/dist/page.min.js
vendored
2
assets/js/dist/page.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -66,7 +66,8 @@ const pageJs = () => {
|
|||
`${JS_SRC}/commons/*.js`,
|
||||
`${JS_SRC}/utils/checkbox.js`,
|
||||
`${JS_SRC}/utils/img-extra.js`,
|
||||
`${JS_SRC}/utils/clipboard.js`
|
||||
`${JS_SRC}/utils/clipboard.js`,
|
||||
`${JS_SRC}/utils/smooth-scroll.js`
|
||||
], 'page'
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue