Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
adlered committed Sep 4, 2024
1 parent 8afb329 commit 5011399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/skins/classic/chat-room.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<script src="${staticServePath}/js/lib/jquery/file-upload-9.10.1/jquery.fileupload.min.js"></script>
<script src="${staticServePath}/js/channel${miniPostfix}.js?${staticResourceVersion}"></script>
<script src="${staticServePath}/js/chat-room${miniPostfix}.js?${staticResourceVersion}"></script>
<script src="${staticServePath}/js/lib/viewer.min.js"></script>
<script src="${staticServePath}/js/lib/viewer.min.js?${staticResourceVersion}"></script>
<script src="${staticServePath}/js/lib/barrager/jquery.barrager.min.js"></script>
<script src="${staticServePath}/js/lib/xncolorpicker.min.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/skins/mobile/chat-room.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<script src="${staticServePath}/js/lib/jquery/file-upload-9.10.1/jquery.fileupload.min.js"></script>
<script src="${staticServePath}/js/channel${miniPostfix}.js?${staticResourceVersion}"></script>
<script src="${staticServePath}/js/chat-room${miniPostfix}.js?${staticResourceVersion}"></script>
<script src="${staticServePath}/js/lib/viewer.min.js"></script>
<script src="${staticServePath}/js/lib/viewer.min.js?${staticResourceVersion}"></script>
<script src="${staticServePath}/js/lib/barrager/jquery.barrager.min.js"></script>
<script src="${staticServePath}/js/lib/xncolorpicker.min.js"></script>
<script>
Expand Down

0 comments on commit 5011399

Please sign in to comment.