extension download

This commit is contained in:
blackc2004
2015-12-10 15:07:46 -08:00
parent 034d6b05c9
commit d107530cf2
4 changed files with 205 additions and 0 deletions

View File

@@ -1254,6 +1254,10 @@ SPAN.playback_progress_bar {
}
});
$("#selecctall").change(function(){
$(".checkbox1").prop('checked', $(this).prop("checked"));
});
// linkify rows (except the last - the list_control_icons cell)
// on a table with a class of 'tr_hover', according to the href
// attribute of the <tr> tag