浏览代码

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;

正在加载...
取消
保存