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

release/v1.6
Lunny Xiao 5 years ago committed by techknowlogick
parent e6362f3d23
commit 800271ee1f

@ -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