Skip to content

Commit 37ce2ad

Browse files
committed
work
1 parent dde8f79 commit 37ce2ad

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/main/resources/templates/project/root/task/edit.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<body th:replace="layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{::script})">
1111

1212
<div th:fragment="mytwtitle">
13-
<!-- Document Window -->
1413
<h1 class="tw-title">
1514
<i class="fas fa-edit"></i>&nbsp;
1615
<span th:utext="#{task.show.h1}">Edit Task</span>
@@ -47,9 +46,5 @@ <h1 class="tw-title">
4746
</div>
4847
</div>
4948

50-
<script th:src="@{/webjars/ckeditor/4.14.0/full/ckeditor.js}"></script>
51-
<script th:inline="javascript">
52-
CKEDITOR.replace( 'textEditor' );
53-
</script>
5449
</body>
5550
</html>

src/main/resources/templates/taskstate/task/edit.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<body th:replace="layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{::script})">
1111

1212
<div th:fragment="mytwtitle">
13-
<!-- Document Window -->
1413
<h1>
1514
<i class="fas fa-edit"></i>&nbsp;
1615
<span th:utext="#{task.show.h1}">Edit Task</span>
@@ -50,9 +49,5 @@ <h1>
5049
</div>
5150
</div>
5251

53-
<script th:src="@{/webjars/ckeditor/4.14.0/full/ckeditor.js}"></script>
54-
<script th:inline="javascript">
55-
CKEDITOR.replace('textEditor');
56-
</script>
5752
</body>
5853
</html>

0 commit comments

Comments
 (0)