|
@@ -304,6 +304,7 @@ $(window).load(function() {
|
|
|
|
|
|
function equal_height_all() {
|
|
|
function resetHeight() {
|
|
|
+
|
|
|
var maxHeight = 0;
|
|
|
jQuery(".cs-product .pwp-info .pwpi-title").height("auto").each(function() {
|
|
|
maxHeight = $(this).height() > maxHeight ? $(this).height() : maxHeight;
|
|
@@ -321,7 +322,6 @@ $(document).ready(function() {
|
|
|
});
|
|
|
});
|
|
|
|
|
|
-
|
|
|
(function(d, s, id) {
|
|
|
var js, fjs = d.getElementsByTagName(s)[0];
|
|
|
if (d.getElementById(id)) return;
|