JS change
This commit is contained in:
parent
e589f3bd31
commit
82dd746f1b
|
@ -245,12 +245,10 @@ jQuery(document).ready(function($) {
|
|||
$('.shipping-calculator-form').hide();
|
||||
|
||||
$('.shipping-calculator-button').click(function() {
|
||||
$('.shipping-calculator-form').slideToggle('slow');
|
||||
$('.shipping-calculator-form').slideToggle('slow');
|
||||
return false;
|
||||
});
|
||||
|
||||
// Stop anchors moving the viewport
|
||||
$(".shipping-calculator-button").click(function() {return false;});
|
||||
|
||||
// Variations
|
||||
|
||||
//check if two arrays of attributes match
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue