Show player scenario notes without colors.

master
Pacman Ghost 5 years ago
parent 08ad8b8c68
commit ef45ac0c05
  1. 2
      vasl_templates/webapp/static/utils.js

@ -25,6 +25,8 @@ function get_player_colors( player_no )
function get_player_colors_for_element( $elem )
{
// get the player colors (if any) for the specified element
if ( $elem.attr( "id" ).substr( 0, 18 ) === "ob_notes-sortable_" )
return null ;
var player_no = get_player_no_for_element( $elem ) ;
if ( player_no === null )
return null ;

Loading…
Cancel
Save