Bug Fixing: removing HoverIntent from basket.js
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
b27ca36f6e
commit
dcf0d410cd
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ function hideLists(){
|
|||
$("#cartDetails").ready(function(){
|
||||
$("#cartDetails,#cartmenulink").click(function(){ hideCart(); });
|
||||
$("#cartmenulink").click(function(){ openBasket(); return false; });
|
||||
$("#cartmenulink").hoverIntent(function(){
|
||||
$("#cartmenulink").hover(function(){
|
||||
showCart();
|
||||
},function(){
|
||||
hideCart();
|
||||
|
|
Loading…
Reference in a new issue