mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 04:14:01 +01:00 
			
		
		
		
	Fix for erroneous Submitting mode on button
Click handler was also attaching to “Select Attachments” button, so modified selector to grab #issue-reply-btn by ID and submit button
This commit is contained in:
		
							parent
							
								
									c084a5ba73
								
							
						
					
					
						commit
						a447aecd95
					
				@ -640,7 +640,7 @@ function initIssue() {
 | 
			
		||||
 | 
			
		||||
        var clickedButton = undefined;
 | 
			
		||||
 | 
			
		||||
        $("button,input[type=\"submit\"]", fileInput.form).on("click", function() {
 | 
			
		||||
        $('#issue-reply-btn,input[type="submit"]', fileInput.form).on('click', function() {
 | 
			
		||||
            clickedButton = this;
 | 
			
		||||
 | 
			
		||||
            var $button = $(this);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user