Skip to content

Commit

Permalink
⬆️ vditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Feb 9, 2020
1 parent 7026668 commit bc79f51
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"gulp-uglify": "^3.0.2"
},
"dependencies": {
"vditor": "^2.1.14"
"vditor": "^2.1.15"
}
}
2 changes: 1 addition & 1 deletion src/main/resources/skins/classic/footer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<script src="${staticServePath}/js/symbol-defs${miniPostfix}.js?${staticResourceVersion}"></script>
<script src="${staticServePath}/js/lib/compress/libs.min.js?${staticResourceVersion}"></script>
<script src="https://cdn.jsdelivr.net/npm/vditor@2.1.14/dist/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vditor@2.1.15/dist/index.min.js"></script>
<script src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}"></script>
<script>
var Label = {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/skins/mobile/footer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</div>
<script src="${staticServePath}/js/symbol-defs${miniPostfix}.js?${staticResourceVersion}"></script>
<script src="${staticServePath}/js/lib/compress/libs.min.js?${staticResourceVersion}"></script>
<script src="https://cdn.jsdelivr.net/npm/vditor@2.1.14/dist/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vditor@2.1.15/dist/index.min.js"></script>
<script src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}"></script>
<script>
var Label = {
Expand Down

0 comments on commit bc79f51

Please sign in to comment.