Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update dataTables.fixedHeader.js
  • Loading branch information
xmojmr committed May 18, 2014
commit 2b372773bc2d055234a8ee5141b817759be4c9a1
4 changes: 2 additions & 2 deletions js/dataTables.fixedHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @summary FixedHeader
* @description Fix a table's header or footer, so it is always visible while
* Scrolling
* @version 2.1.1
* @version 2.1.2.beta
* @file dataTables.fixedHeader.js
* @author SpryMedia Ltd (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
Expand Down Expand Up @@ -1016,7 +1016,7 @@ FixedHeader.fnMeasure = function ()
};


FixedHeader.version = "2.1.1";
FixedHeader.version = "2.1.2.beta";


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Expand Down