mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
Fixed ChallengePost utm link. Tweaked God worker timeout for more reliable performance logging.
This commit is contained in:
parent
17543e7021
commit
5ec06159a6
2 changed files with 2 additions and 2 deletions
|
@ -52,6 +52,6 @@ Whether you're novice or pro, the CodeCombat team is ready to help you implement
|
|||
|
||||
----------
|
||||
|
||||
[](http://codecombat.challengepost.com/?utm_source-github&utm_medium-oswidget&utm_campaign-codecombat)
|
||||
[](http://codecombat.challengepost.com/?utm_source=github&utm_medium=oswidget&utm_campaign=codecombat)
|
||||
|
||||
[](http://www.google-melange.com/gsoc/homepage/google/gsoc2014)
|
|
@ -227,7 +227,7 @@ class Angel
|
|||
_.delay ->
|
||||
worker.terminate()
|
||||
worker.removeEventListener 'message', onWorkerMessage
|
||||
, 2000
|
||||
, 3000
|
||||
@worker = null
|
||||
@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue