Browse Source

fix bug when a read perm user to edit his issue (#5516)

for-closed-social
Lunny Xiao 6 years ago
committed by techknowlogick
parent
commit
f0374ad1ad
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      templates/base/footer.tmpl

+ 0
- 3
templates/base/footer.tmpl View File

@ -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: [{

Loading…
Cancel
Save