Changeset 230892
- Timestamp:
- 04/20/2010 06:31:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-category-manager/trunk/wp-category-manager.js
r230889 r230892 58 58 'Total Posts: ' + jQuery('#wpcmpostcount').text() 59 59 ); 60 curPage=0; // This needs to occur before the call to manage Pagination 60 61 totalPosts = parseInt(jQuery('#wpcmpostcount').text()); 61 62 managePagination(); 62 curPage=0;63 63 64 }); 64 65 });
Note: See TracChangeset
for help on using the changeset viewer.