mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 09:57:36 +03:00 
			
		
		
		
	Merge pull request #71 from pmarti/master
Do not add the ripple effect to all a elements
This commit is contained in:
		
						commit
						c80a4db87f
					
				| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
$(function (){
 | 
			
		||||
 | 
			
		||||
    if (ripples) {
 | 
			
		||||
        ripples.init(".btn:not(.btn-link), .navbar a, .nav-tabs a, .withripple");
 | 
			
		||||
        ripples.init(".btn:not(.btn-link), .navbar a:not(.withoutripple), .nav-tabs a:not(.withoutripple), .withripple");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    var initInputs = function() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user