diff options
author | Unknwon <u@gogs.io> | 2018-06-11 21:06:24 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-06-11 21:06:24 +0800 |
commit | dfd494c113cfa2a25ee0c2f5a12c6403f24742a4 (patch) | |
tree | a1b7e8c997bf77790fd8402e19cc642530f360bf /templates/base/footer.tmpl | |
parent | 57897cc8c2c90ab1566a65bcd1eabfd41a906070 (diff) |
repo: minor improve for PR #5219 and support UTF-8 byte count
Diffstat (limited to 'templates/base/footer.tmpl')
-rw-r--r-- | templates/base/footer.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 46cb676e..68595568 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -49,6 +49,9 @@ <link rel="stylesheet" href="{{AppSubURL}}/plugins/dropzone-4.2.0/dropzone.css"> <script src="{{AppSubURL}}/plugins/dropzone-4.2.0/dropzone.js"></script> {{end}} +{{if .RequireAutosize}} + <script src="{{AppSubURL}}/plugins/autosize-4.0.2/autosize.min.js"></script> +{{end}} <script src="{{AppSubURL}}/js/libs/emojify-1.1.0.min.js"></script> <script src="{{AppSubURL}}/js/libs/clipboard-1.5.9.min.js"></script> |