Skip to content

Commit

Permalink
DataTables 1.8.0 :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Jardine committed Jun 4, 2011
1 parent 8859dfe commit 5574025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/js/jquery.dataTables.js
@@ -1,6 +1,6 @@
/* /*
* File: jquery.dataTables.js * File: jquery.dataTables.js
* Version: 1.8.0.beta.4 * Version: 1.8.0
* Description: Paginate, search and sort HTML tables * Description: Paginate, search and sort HTML tables
* Author: Allan Jardine (www.sprymedia.co.uk) * Author: Allan Jardine (www.sprymedia.co.uk)
* Created: 28/3/2008 * Created: 28/3/2008
Expand Down Expand Up @@ -67,7 +67,7 @@
* Notes: Allowed format is a.b.c.d.e where: * Notes: Allowed format is a.b.c.d.e where:
* a:int, b:int, c:int, d:string(dev|beta), e:int. d and e are optional * a:int, b:int, c:int, d:string(dev|beta), e:int. d and e are optional
*/ */
_oExt.sVersion = "1.8.0.beta.4"; _oExt.sVersion = "1.8.0";


/* /*
* Variable: sErrMode * Variable: sErrMode
Expand Down

1 comment on commit 5574025

@FlashJunior
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice!

Please sign in to comment.