Merge pull request #320 from acusti/patch-2
Fix #319 (user not-logged in error)
This commit is contained in:
		
						commit
						2032080d86
					
				| @ -579,8 +579,11 @@ function initIssue() { | ||||
|         var $attachedList = $("#attached-list"); | ||||
|         var $addButton = $("#attachments-button"); | ||||
| 
 | ||||
|         var fileInput = $("#attachments-input")[0]; | ||||
| 
 | ||||
|         var fileInput = document.getElementById("attachments-input"); | ||||
|          | ||||
|         if (fileInput === null) { | ||||
|             return; | ||||
|         } | ||||
|         fileInput.addEventListener("change", function(event) { | ||||
|             $attachedList.empty(); | ||||
|             $attachedList.append("<b>Attachments:</b> "); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user