luolei 4 anni fa
parent
commit
67ec908fe1
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/js/followUp.js

+ 3 - 0
src/js/followUp.js

@@ -200,6 +200,9 @@ function followEmpty(){
 }
 
 $(window).on('resize', function(){
+    if(window.location.href.indexOf('cdssHorizontal')>-1){
+        return
+    }
     adjustHeight()
 })