Add Player Metric (sp_metric) post type and behaviour

This commit is contained in:
Brian Miyaji
2014-01-07 21:00:14 +11:00
parent 96d26e68be
commit 126062ed5e
11 changed files with 187 additions and 86 deletions

View File

@@ -114,7 +114,7 @@ jQuery(document).ready(function($){
if($(this).val() == 'custom') {
$equationselector.prop( 'disabled', true );
} else {
$equationselector.prop( 'disabled', false )
$equationselector.prop( 'disabled', false );
}
});