fetch(`insp://game/${gameID}`)
      .then(resp => resp.json())
      .then(data => {
        $(".game-loading").css("display", "none")
        $(".export-button").prop('disabled', false);