Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
The only change is that tr ids have been changed from site* to thingrow*. So lines 63-64 change from if (tr.id && tr.id.match(/^site.*/)) {
scoreId = tr.id.replace(/site/,'score');
if (tr.id && tr.id.match(/^site.*/)) {
scoreId = tr.id.replace(/site/,'score');
to if (tr.id && tr.id.match(/^thingrow.*/)) {
scoreId = tr.id.replace(/thingrow/,'score');
if (tr.id && tr.id.match(/^thingrow.*/)) {
scoreId = tr.id.replace(/thingrow/,'score');
and line 68 from titleSpan = document.getElementById(tr.id.replace(/site/,'title')); to titleSpan = document.getElementById(tr.id.replace(/thingrow/,'title')); |
|
|
Hi Jeffrey Palm, With reddit change, this very essential script is not working anymore. Do you plan on updating this soon? If not I'll probably do a new alternate version. Thank you! |