Add per-league statistics editor to team
This commit is contained in:
@@ -33,6 +33,9 @@ jQuery(document).ready(function($){
|
||||
}
|
||||
})
|
||||
|
||||
// Activate checkboxes
|
||||
$('.sp-data-table tr input[type=checkbox]').change();
|
||||
|
||||
// Change title
|
||||
$('.sp-title-generator select').change(function() {
|
||||
title = $('.sp-title-generator select[value!=0]').map(function(){
|
||||
|
||||
Reference in New Issue
Block a user