summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--media/archweb.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/archweb.js b/media/archweb.js
index b735187..330eeff 100644
--- a/media/archweb.js
+++ b/media/archweb.js
@@ -150,7 +150,7 @@ function todolist_flag() {
'incomplete').removeClass('complete');
}
/* let tablesorter know the cell value has changed */
- $('.results').trigger('updateCell', $(link).parent('td'));
+ $('.results').trigger('updateCell', $(link).closest('td'));
});
return false;
}