fix bug when a read perm user to edit his issue (#5516)
This commit is contained in:
		
							parent
							
								
									af6bce3ad5
								
							
						
					
					
						commit
						f0374ad1ad
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -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…
	
		Reference in a new issue