Commit 1f2844c0 authored by Van's avatar Van

vditor -> 0.4.0

parent 2598922f
......@@ -5343,9 +5343,9 @@
"dev": true
},
"vditor": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-0.3.0.tgz",
"integrity": "sha512-+sh+w1lsAh5UQ5/l0puuALO1MMpI+kgHCueKG6WQAh9sxmlJtxVAIiuQwS+Qb3+uGCbWKOIBI37+Z2Bc6fCVSA==",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-0.4.0.tgz",
"integrity": "sha512-BjyBy0Nq2HUZ5IReZrIvEp5Ggu8kKua3aqTUEb5m11NP+i/ERPjxGcszGPYA4GdpSMxJQbuy+d0IQUwdV5GzrQ==",
"requires": {
"turndown": "^5.0.3",
"turndown-plugin-gfm": "^1.0.2"
......
......@@ -36,6 +36,6 @@
"gulp-uglify": "^3.0.1"
},
"dependencies": {
"vditor": "^0.3.0"
"vditor": "^0.4.0"
}
}
......@@ -167,7 +167,7 @@
</div>
</div>
<script src="${staticServePath}/js/lib/compress/admin-lib.min.js"></script>
<script src="${staticServePath}/js/lib/vditor-0.3.0/index.min.js"></script>
<script src="${staticServePath}/js/lib/vditor-0.4.0/index.min.js"></script>
<script src="${staticServePath}/js/common${miniPostfix}.js"></script>
<#if "" == miniPostfix>
<script src="${staticServePath}/js/admin/admin.js"></script>
......
......@@ -105,7 +105,7 @@ $.extend(Page.prototype, {
if (typeof Vditor === 'undefined') {
$.ajax({
method: 'GET',
url: latkeConfig.staticServePath + '/js/lib/vditor-0.3.0/index.min.js',
url: latkeConfig.staticServePath + '/js/lib/vditor-0.4.0/index.min.js',
dataType: 'script',
cache: true,
async: false,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment