User:Gary/nominations viewer.js: Difference between revisions

Content deleted Content added
t
t
Line 60:
$rows = $table.find('> tbody > tr');
console.log('Button: ' + $button.length + ' and Table: ' + $table.length);
console.log($button);
console.log('Button text: ' + $button.text());
if ($button.text() === collapseCaption) {