diff --git a/vasl_templates/webapp/static/vassal.js b/vasl_templates/webapp/static/vassal.js index f8e6d2d..f9feeba 100644 --- a/vasl_templates/webapp/static/vassal.js +++ b/vasl_templates/webapp/static/vassal.js @@ -105,8 +105,8 @@ function _generate_snippets() // figure out which templates we don't want to auto-create labels for var no_autocreate = {} ; for ( var template_id in NATIONALITY_SPECIFIC_BUTTONS ) { - if ( ["pf","atmm","thh"].indexOf( template_id ) !== -1 || template_id.substring(0,3) === "pf-" ) { - // NOTE: PF, ATMM, THH are always available as an inherent part of a squad's capabilities + if ( ["pf","atmm"].indexOf( template_id ) !== -1 || template_id.substring(0,3) === "pf-" ) { + // NOTE: PF and ATMM are always available as an inherent part of a squad's capabilities // (subject to date restrictions), so we always auto-create these labels, unlike, say MOL or BAZ, // which are only present by SSR or OB counter). continue ;