Skip to content

Commit

Permalink
chore: move kr-modal scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed May 29, 2024
1 parent 8873e1e commit 8ff79cf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions devtools/build-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ const buildJSOpts = {
"src/js/kr-theme.js",
"src/js/kr-search.js",
"src/js/kr-pjax.js",
"src/js/kr-modal-donate.js",
"src/js/kr-modal-share.js",
"src/js/kr-modal/donate.js",
"src/js/kr-modal/share.js",
],
outExtension: { ".js": ".min.js" },
outdir: "source/js",
Expand Down
2 changes: 1 addition & 1 deletion layout/_utils/donate.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
</div>
</div>
</div>
<%- js_theme_cdn('js/kr-modal-donate.min.js') %>
<%- js_theme_cdn('js/kr-modal/donate.min.js') %>
2 changes: 1 addition & 1 deletion layout/_utils/share.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
</div>
</div>
</div>
<%- js_theme_cdn('js/kr-modal-share.min.js') %>
<%- js_theme_cdn('js/kr-modal/share.min.js') %>
File renamed without changes.
File renamed without changes.

0 comments on commit 8ff79cf

Please sign in to comment.