diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2018-12-12 23:17:25 +0800 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-12-12 10:17:25 -0500 |
commit | f0374ad1ad54172a3ade155fdc970aabed7e63ab (patch) | |
tree | ded5aca014bf76a3520a13eaaedbfefdaffd33e0 /templates/base | |
parent | af6bce3ad5a9c1b4173374201f7b10ac4811f26a (diff) | |
download | gitea-f0374ad1ad54172a3ade155fdc970aabed7e63ab.tar.gz gitea-f0374ad1ad54172a3ade155fdc970aabed7e63ab.zip |
fix bug when a read perm user to edit his issue (#5516)
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/footer.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index dff23f12f7..6868b918b6 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -51,8 +51,6 @@ {{end}} {{if .RequireTribute}} <script src="{{AppSubUrl}}/vendor/plugins/tribute/tribute.min.js"></script> - - {{if .Assignees}} <script> var issuesTribute = new Tribute({ values: [ @@ -73,7 +71,6 @@ }) issuesTribute.attach(document.getElementById('content')) </script> - {{end}} <script> var emojiTribute = new Tribute({ collection: [{ |