mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-11-13 16:06:30 +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="shortcut icon" href="${contextroot}/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" href="${contextroot}/plantuml.css" />
|
||||
<link rel="stylesheet" href="webjars/codemirror/3.21/lib/codemirror.css" />
|
||||
<script src="webjars/codemirror/3.21/lib/codemirror.js"></script>
|
||||
<link rel="stylesheet" href="${contextroot}/webjars/codemirror/3.21/lib/codemirror.css" />
|
||||
<script src="${contextroot}/webjars/codemirror/3.21/lib/codemirror.js"></script>
|
||||
<!-- <script src="mode/plantuml.js"></script> -->
|
||||
<script>
|
||||
window.onload = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user