diff --git a/play.pokemonshowdown.com/js/client-teambuilder.js b/play.pokemonshowdown.com/js/client-teambuilder.js index 597f103b2..170cf6975 100644 --- a/play.pokemonshowdown.com/js/client-teambuilder.js +++ b/play.pokemonshowdown.com/js/client-teambuilder.js @@ -184,7 +184,6 @@ if (format in teambuilder.formatResources) { // already loading, bypass return; } - console.log(`called for ${format}`); teambuilder.formatResources[format] = true; // true - loading, array - loaded $.get('https://www.smogon.com/dex/api/formats/by-ps-name/' + format, {}, function (data) { // if the data doesn't exist, set it to true so it stops trying to load it @@ -1241,24 +1240,21 @@ if (i < this.curTeam.capacity) { buf += '
  • '; } - buf += '
    '; + buf += ''; var formatInfo = this.formatResources[this.curTeam.format]; // data's there and loaded if (formatInfo && formatInfo !== true) { if (formatInfo.resources.length || formatInfo.url) { - buf += 'Teambuilding resources for this tier:
    '; + buf += '

    Teambuilding resources for this tier:

    '; var desc = formatInfo.resources.length ? 'more ' : ''; - buf += 'Find ' + desc + 'helpful resources for this tier on the Smogon Dex.'; - buf += '
    '; + buf += '
    Find ' + desc + 'helpful resources for this tier on the Smogon Dex.
    '; } - buf += ''; buf += '
    '; buf += ''; buf += '';