Commit fac9a60c authored by Van's avatar Van

parent 78b5d5fd
......@@ -5762,9 +5762,9 @@
"dev": true
},
"vditor": {
"version": "1.1.9",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-1.1.9.tgz",
"integrity": "sha512-iY5AHq+1sBJwFRc5FCdUrF+Sp5zGiGYI7j+yGQ6pEPyOFAufAgZQ22Q/lqseCKxgyHfJfxP0WVk5c1k6OqgoPQ==",
"version": "1.1.10",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-1.1.10.tgz",
"integrity": "sha512-98bvcUXawKPShEUKgBZhBdbqwRRx0uZhvL4uJt5IRf73/6V7FwtUaLiA/cXIIlVjvB3HR1KIHCd/nTeyX04mUg==",
"requires": {
"highlight.js": "^9.15.6",
"katex": "^0.10.1",
......
......@@ -36,6 +36,6 @@
"gulp-uglify": "^3.0.1"
},
"dependencies": {
"vditor": "^1.1.9"
"vditor": "^1.1.10"
}
}
......@@ -167,7 +167,7 @@
</div>
</div>
<script src="${staticServePath}/js/lib/compress/admin-lib.min.js"></script>
<script src="${staticServePath}/js/lib/vditor-1.1.9/index.min.js"></script>
<script src="${staticServePath}/js/lib/vditor-1.1.10/index.min.js"></script>
<script src="${staticServePath}/js/common${miniPostfix}.js"></script>
<#if "" == miniPostfix>
<script src="${staticServePath}/js/admin/admin.js"></script>
......
......@@ -145,7 +145,7 @@ var Util = {
if (!window.Vditor) {
var xhrObj = new XMLHttpRequest()
xhrObj.open('GET', latkeConfig.staticServePath +
'/js/lib/vditor-1.1.9/index.min.js', false)
'/js/lib/vditor-1.1.10/index.min.js', false)
xhrObj.setRequestHeader('Accept',
'text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01')
xhrObj.send('')
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Subproject commit 46ced95f464689f5330af59d404eb96c6a28e6d8
Subproject commit 5153f220f2b12dbdaebace2ab90d8f434def5285
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