Fixed error with the book services page
This commit is contained in:
parent
08f5f00cee
commit
bc2c55d3b7
1 changed files with 2 additions and 2 deletions
|
@ -323,7 +323,7 @@
|
|||
<div class="card">
|
||||
<div class="card-header" id="headingOne">
|
||||
<h5 class="mb-0">
|
||||
<button class="btn btn-link" data-toggle= "tooltip" data-placement="top" title="Book services by clciking this button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
|
||||
<button class="btn btn-link" data-toggle2= "tooltip" data-placement="top" title="Book services by clciking this button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
|
||||
Book Services
|
||||
</button>
|
||||
</h5>
|
||||
|
@ -509,7 +509,7 @@
|
|||
return [ true, "", "" ]
|
||||
}
|
||||
$(function(){
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
$('[data-toggle2="tooltip"]').tooltip();
|
||||
$('[data-tooltip="tooltip"]').tooltip();
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue