Selaa lähdekoodia

modificacion en archivo jj

Edgar Ortigoza 8 vuotta sitten
vanhempi
commit
d5872dcf62
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      static/src/js/custom.js

+ 1 - 1
static/src/js/custom.js

@@ -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;