mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	Fix “Submitting” state of Close issue input
If .btn-default isn’t removed, .btn-default and .btn-warning styles conflict
This commit is contained in:
		| @@ -643,7 +643,7 @@ function initIssue() { | |||||||
|  |  | ||||||
|             var $button = $(this); |             var $button = $(this); | ||||||
|  |  | ||||||
|             $button.removeClass("btn-success"); |             $button.removeClass("btn-success btn-default"); | ||||||
|             $button.addClass("btn-warning"); |             $button.addClass("btn-warning"); | ||||||
|  |  | ||||||
|             $button.text("Submiting..."); |             $button.text("Submiting..."); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Andrew Patton
					Andrew Patton