8000 fix refapp base hash (api name) · ecomplus/ecomplus.github.io@d100b02 · GitHub
[go: up one dir, main page]

Skip to content

Commit d100b02

Browse files
committed
fix refapp base hash (api name)
1 parent b0a486d commit d100b02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/js/page.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/js/src/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDi 6AB6 ff line numberDiff line change
@@ -767,7 +767,7 @@ $(function () {
767767
var refappOpt = {
768768
asideClasses: 'sidebar sidebar-sticky rendered-summary',
769769
articleClasses: 'rendered-content',
770-
baseHash: '/store/',
770+
baseHash: '/' + api + '/',
771771
apiTitle: Api.label,
772772
refractCallback: refractCallback,
773773
actionCallback: handleConsole

0 commit comments

Comments
 (0)
0