We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adee1cf commit 786014bCopy full SHA for 786014b
1 file changed
static/play/play.js
@@ -135,11 +135,11 @@
135
// changeFavicon(`https://d1yh00vn2fvto7.cloudfront.net/games/${gameID}${item.thumbPath}`);
136
setDescription(item.description + " Play now on CCPorted!");
137
if(window.gtag) {
138
- window.gtag.push(["event", "game_loaded", {
+ window.gtag("event", "game_loaded", {
139
gameID: gameID,
140
gameName: item.fName,
141
hostname: window.location.hostname
142
- }])
+ })
143
}
144
145
});
0 commit comments