diff options
Diffstat (limited to 'media/archweb.js')
-rw-r--r-- | media/archweb.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media/archweb.js b/media/archweb.js index 7a0d1dcc..b2f3af2a 100644 --- a/media/archweb.js +++ b/media/archweb.js @@ -150,8 +150,7 @@ function todolist_flag() { 'incomplete').removeClass('complete'); } /* let tablesorter know the cell value has changed */ - /* newer version of tablesorter: $('.results').trigger('updateCell', $(link).parent('td')); */ - $('.results').trigger('update'); + $('.results').trigger('updateCell', $(link).parent('td')); }); return false; } |