You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to 2.11.1 I'm getting the following error for line 532 of jquery.tablesorter.pager.js: 'undefined is not an object (evaluating 't.page')
Line 532 has the following: p.page = isNaN(t.page) ? p.page : t.page;
Tablesorter seems to work fine (ie pager, sorting, filtering, etc.) but other javascript elements on the page no longer work.
I would post to jsfiddle but I'm working within another package so it's not easy to recreate - hoping this is easy to see and fix.
Thanks,
The text was updated successfully, but these errors were encountered:
After upgrading to 2.11.1 I'm getting the following error for line 532 of jquery.tablesorter.pager.js:
'undefined is not an object (evaluating 't.page')
Line 532 has the following:
p.page = isNaN(t.page) ? p.page : t.page;
Tablesorter seems to work fine (ie pager, sorting, filtering, etc.) but other javascript elements on the page no longer work.
I would post to jsfiddle but I'm working within another package so it's not easy to recreate - hoping this is easy to see and fix.
Thanks,
The text was updated successfully, but these errors were encountered: