Skip to content

Commit

Permalink
v update
Browse files Browse the repository at this point in the history
  • Loading branch information
kkn1125 committed Oct 29, 2021
1 parent ed716e2 commit cd6eb5d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/assets/css/chat.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* mkDocumentifyJS v0.2.2 (https://github.com/kkn1125/mkDocumentifyJS)
* mkDocumentifyJS v0.2.3 (https://github.com/kkn1125/mkDocumentifyJS)
* Copyright 2021 Authors (https://github.com/kkn1125/mkDocumentifyJS/graphs/contributors) kkn1125, ohoraming
* Licensed under MIT (https://github.com/kkn1125/mkDocumentifyJS/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/assets/css/gnb.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* mkDocumentifyJS v0.2.2 (https://github.com/kkn1125/mkDocumentifyJS)
* mkDocumentifyJS v0.2.3 (https://github.com/kkn1125/mkDocumentifyJS)
* Copyright 2021 Authors (https://github.com/kkn1125/mkDocumentifyJS/graphs/contributors) kkn1125, ohoraming
* Licensed under MIT (https://github.com/kkn1125/mkDocumentifyJS/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* mkDocumentifyJS v0.2.2 (https://github.com/kkn1125/mkDocumentifyJS)
* mkDocumentifyJS v0.2.3 (https://github.com/kkn1125/mkDocumentifyJS)
* Copyright 2021 Authors (https://github.com/kkn1125/mkDocumentifyJS/graphs/contributors) kkn1125, ohoraming
* Licensed under MIT (https://github.com/kkn1125/mkDocumentifyJS/blob/main/LICENSE)
*/
Expand Down
4 changes: 2 additions & 2 deletions dist/assets/js/documentify.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* mkDocumentifyJS v0.2.2 (https://github.com/kkn1125/mkDocumentifyJS)
* mkDocumentifyJS v0.2.3 (https://github.com/kkn1125/mkDocumentifyJS)
* Copyright 2021 Authors (https://github.com/kkn1125/mkDocumentifyJS/graphs/contributors) kkn1125, ohoraming
* Licensed under MIT (https://github.com/kkn1125/mkDocumentifyJS/blob/main/LICENSE)
*/
Expand Down Expand Up @@ -850,7 +850,7 @@ const Documentify = (function () {
scriptBundle.forEach(script => {
let origin = location.origin;
let sc = document.createElement('script');
script.src && !script.src.match(origin) ? sc.src = script.src : script.src.match(origin) ? sc.src = '.'+script.src.split(origin).pop() : null;
script.src && !script.src.match(origin) ? sc.src = script.src : script.src.match(origin) ? sc.src = script.src.split(origin+location.pathname).pop() : null;
script.integrity ? sc.integrity = script.integrity : null;
script.crossOrigin ? sc.crossOrigin = script.crossOrigin : null;
script.defer ? sc.defer = script.defer : null;
Expand Down
2 changes: 1 addition & 1 deletion dist/assets/js/example.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* mkDocumentifyJS v0.2.2 (https://github.com/kkn1125/mkDocumentifyJS)
* mkDocumentifyJS v0.2.3 (https://github.com/kkn1125/mkDocumentifyJS)
* Copyright 2021 Authors (https://github.com/kkn1125/mkDocumentifyJS/graphs/contributors) kkn1125, ohoraming
* Licensed under MIT (https://github.com/kkn1125/mkDocumentifyJS/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/assets/js/theme.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* mkDocumentifyJS v0.2.2 (https://github.com/kkn1125/mkDocumentifyJS)
* mkDocumentifyJS v0.2.3 (https://github.com/kkn1125/mkDocumentifyJS)
* Copyright 2021 Authors (https://github.com/kkn1125/mkDocumentifyJS/graphs/contributors) kkn1125, ohoraming
* Licensed under MIT (https://github.com/kkn1125/mkDocumentifyJS/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/data/userData.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"page": {
"version": "v0.2.2",
"version": "v0.2.3",
"url": "https://kkn1125.github.io",
"baseurl": "/",
"name": "DocumentifyJS",
Expand Down

0 comments on commit cd6eb5d

Please sign in to comment.