Skip to content

Commit

Permalink
Update pagelist.js
Browse files Browse the repository at this point in the history
Change class from pagecurrent To pageCurrent
  • Loading branch information
Kation committed May 31, 2013
1 parent 5b4864a commit 4d5c146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/pagelist.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Author: Kation
* Description: Function to create page list.
* Version: 0.1
* Version: 0.1.1
*
* Tutorial:
* var page = $("#page").pagelist();
Expand Down Expand Up @@ -45,7 +45,7 @@
//Each Page Item Template, 1,2,3,4...
this.pageItemTemplate = '<a class="tool-button">{page}</a>';
//Current Page Item Template
this.pageCurrentTemplate = '<a class="pagecurrent tool-button">{page}</a>';
this.pageCurrentTemplate = '<a class="pageCurrent tool-button">{page}</a>';
//'...' Template
this.pageMoreTemplate = '<span>...</span>';
//Jump Template
Expand Down

0 comments on commit 4d5c146

Please sign in to comment.