refactor and update i18n, to be continue

This commit is contained in:
shiqstone
2021-04-15 11:21:50 +08:00
parent 6eb26fcb23
commit cbe47213d7
6 changed files with 68 additions and 12 deletions

View File

@@ -442,6 +442,7 @@
<script src="{{cdnjs "/static/js/markdown.js" "version"}}" type="text/javascript"></script>
<script type="text/javascript">
$(function () {
lang = {{i18n $.Lang "common.js_lang"}};
$("#attachInfo").on("click",function () {
$("#uploadAttachModal").modal("show");
});