Skip to content

Commit

Permalink
rebuild to include latest fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoryak committed Apr 8, 2014
1 parent ce00295 commit fd7390a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.floatThead-slim.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@

var layoutFixed = {'table-layout': 'fixed'};
var layoutAuto = {'table-layout': $table.css('tableLayout') || 'auto'};
var originalTableWidth = $table[0].style.width || "auto";
var originalTableWidth = $table[0].style.width || ""; //setting this to auto is bad: #70

function setHeaderHeight(){
var headerHeight = 0;
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.floatThead-slim.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.floatThead.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@

var layoutFixed = {'table-layout': 'fixed'};
var layoutAuto = {'table-layout': $table.css('tableLayout') || 'auto'};
var originalTableWidth = $table[0].style.width || "auto";
var originalTableWidth = $table[0].style.width || ""; //setting this to auto is bad: #70

function setHeaderHeight(){
var headerHeight = 0;
Expand Down
Loading

0 comments on commit fd7390a

Please sign in to comment.