Make anchor tags with 'button' class render as jQuery UI buttons.
This commit is contained in:
		
							parent
							
								
									5161371e37
								
							
						
					
					
						commit
						2f5f9c8c3c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -108,7 +108,7 @@ $(function() {
 | 
				
			||||||
    /*
 | 
					    /*
 | 
				
			||||||
     * Fix buttons.
 | 
					     * Fix buttons.
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    $('button').button();
 | 
					    $('button, a.button').button();
 | 
				
			||||||
    $('input[type=submit]').button();
 | 
					    $('input[type=submit]').button();
 | 
				
			||||||
    $('input[type=reset]').button();
 | 
					    $('input[type=reset]').button();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue