mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09: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);
 | 
			
		||||
 | 
			
		||||
            $button.removeClass("btn-success");
 | 
			
		||||
            $button.removeClass("btn-success btn-default");
 | 
			
		||||
            $button.addClass("btn-warning");
 | 
			
		||||
 | 
			
		||||
            $button.text("Submiting...");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user