diff --git a/public/hft/0.x.x/scripts/gamesupport.js b/public/hft/0.x.x/scripts/gamesupport.js index 0be1cca4..6c59220c 100644 --- a/public/hft/0.x.x/scripts/gamesupport.js +++ b/public/hft/0.x.x/scripts/gamesupport.js @@ -119,13 +119,6 @@ define([ server.addEventListener('disconnect', handleDisconnected); } - if (options.showGithub) { - var gh = $("hft-github"); - if (gh) { - gh.style.display = "block"; - } - } - if (options.showFPS) { stats = new Stats(); stats.setMode(0); // 0: fps, 1: ms