mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-14 05:55:00 -04:00
Fixed typo in last commit.
This commit is contained in:
parent
86ae0979c5
commit
114b0f4937
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ module.exports = class Tracker
|
|||
eventObject["user"] = me.id
|
||||
dataToSend = JSON.stringify eventObject
|
||||
# console.log dataToSend if debugAnalytics
|
||||
$.post("http://analytics.codecombat.com/analytics", dataToSend).fail ->
|
||||
$.post("#{window.location.protocol or 'http:'}//analytics.codecombat.com/analytics", dataToSend).fail ->
|
||||
console.error "Analytics post failed!"
|
||||
else
|
||||
request = @supermodel.addRequestResource 'log_event', {
|
||||
|
|
Loading…
Add table
Reference in a new issue