Add per-league statistics editor to team

This commit is contained in:
Takumi
2013-07-31 00:39:12 +10:00
parent 156afd5e79
commit b355a7bb4c
5 changed files with 73 additions and 19 deletions

View File

@@ -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(){