Browse Source

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

Thomas Buck 3 years ago
parent
commit
9deb9c75d4
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      page.html

+ 0
- 1
page.html View File

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

Loading…
Cancel
Save