ソースを参照

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

Thomas Buck 3年前
コミット
9deb9c75d4
1個のファイルの変更0行の追加1行の削除
  1. 0
    1
      page.html

+ 0
- 1
page.html ファイルの表示

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

読み込み中…
キャンセル
保存