Browse Source

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

tags/v1.7.0-dev
Lunny Xiao 5 years ago
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

{{end}} {{end}}
{{if .RequireTribute}} {{if .RequireTribute}}
<script src="{{AppSubUrl}}/vendor/plugins/tribute/tribute.min.js"></script> <script src="{{AppSubUrl}}/vendor/plugins/tribute/tribute.min.js"></script>

{{if .Assignees}}
<script> <script>
var issuesTribute = new Tribute({ var issuesTribute = new Tribute({
values: [ values: [
}) })
issuesTribute.attach(document.getElementById('content')) issuesTribute.attach(document.getElementById('content'))
</script> </script>
{{end}}
<script> <script>
var emojiTribute = new Tribute({ var emojiTribute = new Tribute({
collection: [{ collection: [{

Loading…
Cancel
Save