Explorar el Código

dont adjust nav height with js on pageload, only on resize.

Thomas Buck hace 3 años
padre
commit
9deb9c75d4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      page.html

+ 0
- 1
page.html Ver fichero

@@ -147,7 +147,6 @@ else:
147 147
             jQuery(window).resize(function() {
148 148
                 $('#wrap').css('height', $('#nav').css('height'));
149 149
             });
150
-            $('#wrap').css('height', $('#nav').css('height'));
151 150
 
152 151
             var fontSize = parseInt($('body').css('font-size'), 10);
153 152
             var initialFontSize = fontSize;

Loading…
Cancelar
Guardar