mirror of
https://github.com/octoleo/plantuml-server.git
synced 2025-01-03 05:00:14 +00:00
fixed the codemirror resource loading issue.
This commit is contained in:
parent
8be5f6284e
commit
d1f1d0b176
@ -27,8 +27,8 @@
|
|||||||
<link rel="icon" href="${contextroot}/favicon.ico" type="image/x-icon"/>
|
<link rel="icon" href="${contextroot}/favicon.ico" type="image/x-icon"/>
|
||||||
<link rel="shortcut icon" href="${contextroot}/favicon.ico" type="image/x-icon"/>
|
<link rel="shortcut icon" href="${contextroot}/favicon.ico" type="image/x-icon"/>
|
||||||
<link rel="stylesheet" href="${contextroot}/plantuml.css" />
|
<link rel="stylesheet" href="${contextroot}/plantuml.css" />
|
||||||
<link rel="stylesheet" href="webjars/codemirror/3.21/lib/codemirror.css" />
|
<link rel="stylesheet" href="${contextroot}/webjars/codemirror/3.21/lib/codemirror.css" />
|
||||||
<script src="webjars/codemirror/3.21/lib/codemirror.js"></script>
|
<script src="${contextroot}/webjars/codemirror/3.21/lib/codemirror.js"></script>
|
||||||
<!-- <script src="mode/plantuml.js"></script> -->
|
<!-- <script src="mode/plantuml.js"></script> -->
|
||||||
<script>
|
<script>
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user