The page number that is added by the pager js is not working.

Comments

rooby’s picture

Status: Active » Fixed

Fixed.
http://drupal.org/cvs?commit=426382
http://drupal.org/cvs?commit=426384

The issue was that I was previously using a custom version of the pager plugin that was modified to allows the pager pages to be displayed in a html label instead of a text field.
After the change to use libraries module that broke as we weren't using my custom version anymore.

Now there is an option to select to use the custom version and have the prettier pager.

I also submitted a patch to the writer of the jQuery tablesorter plugin that would allow me to avoid this use of custom code so if that gets through I can remove this custom version of the pager code.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.