Skip to content

Commit c51db34

Browse files
committed
remove showGithub flag
1 parent 34c5818 commit c51db34

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

public/hft/0.x.x/scripts/gamesupport.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,6 @@ define([
119119
server.addEventListener('disconnect', handleDisconnected);
120120
}
121121

122-
if (options.showGithub) {
123-
var gh = $("hft-github");
124-
if (gh) {
125-
gh.style.display = "block";
126-
}
127-
}
128-
129122
if (options.showFPS) {
130123
stats = new Stats();
131124
stats.setMode(0); // 0: fps, 1: ms

0 commit comments

Comments
 (0)