Fixed data-toggle error
This commit is contained in:
		
							parent
							
								
									bb7c4f6e4c
								
							
						
					
					
						commit
						08f5f00cee
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -370,7 +370,7 @@
 | 
			
		|||
    <div class="card">
 | 
			
		||||
    <div class="card-header" id="headingTwo">
 | 
			
		||||
      <h5 class="mb-0">
 | 
			
		||||
        <button class="btn btn-link collapsed" data-toggle= "tooltip" data-placement="top" title="Access payment by clicking this button"data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
 | 
			
		||||
        <button class="btn btn-link collapsed" data-tooltip= "tooltip" data-placement="top" title="Access payment by clicking this button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
 | 
			
		||||
          Payment Details
 | 
			
		||||
        </button>
 | 
			
		||||
      </h5>
 | 
			
		||||
| 
						 | 
				
			
			@ -510,6 +510,7 @@
 | 
			
		|||
    }
 | 
			
		||||
    $(function(){
 | 
			
		||||
      $('[data-toggle="tooltip"]').tooltip();
 | 
			
		||||
      $('[data-tooltip="tooltip"]').tooltip();
 | 
			
		||||
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue