Skip to content

Commit 76f1d99

Browse files
Merge branch 'main' into hotfix
2 parents 4b233d4 + 0605de3 commit 76f1d99

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/frontend/wwwroot/libs/showdown.min.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/wwwroot/task/employee.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h1 id="taskName" class="title"></h1>
126126
></script>
127127
<script
128128
type="text/javascript"
129-
src="https://unpkg.com/showdown/dist/showdown.min.js"
129+
src="../libs/showdown.min.js"
130130
></script>
131131
<script src="../utils.js"></script>
132132
<script src="../app.js"></script>

0 commit comments

Comments
 (0)