Coupon slidedown animation clipping effect, fixes #3590
This commit is contained in:
parent
110d8c3026
commit
94f8baee1a
|
@ -92,8 +92,9 @@ jQuery(document).ready(function($) {
|
||||||
});
|
});
|
||||||
|
|
||||||
$('a.showcoupon').click(function(){
|
$('a.showcoupon').click(function(){
|
||||||
$('.checkout_coupon').slideToggle();
|
$('.checkout_coupon').slideToggle(400, function() {
|
||||||
$('#coupon_code').focus();
|
$('#coupon_code').focus();
|
||||||
|
});
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue