Skip to content

Commit

Permalink
remove showGithub flag
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 27, 2015
1 parent 34c5818 commit c51db34
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions public/hft/0.x.x/scripts/gamesupport.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c51db34

Please sign in to comment.