From c51db34bd274d453adca16f7809827dff64ac29a Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Sun, 28 Jun 2015 01:40:00 +0900 Subject: [PATCH] remove showGithub flag --- public/hft/0.x.x/scripts/gamesupport.js | 7 ------- 1 file changed, 7 deletions(-) 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