Fix lint complaints

This commit is contained in:
Arlo Breault 2017-01-18 17:23:18 -08:00
parent 61a2702ded
commit 3516599bae

View file

@ -12,7 +12,7 @@ DEFAULT_RELAY =
host: '192.81.135.242' host: '192.81.135.242'
port: 9902 port: 9902
COPY_PASTE_ENABLED = false COPY_PASTE_ENABLED = false
COOKIE_NAME = "snowflake-allow"; COOKIE_NAME = "snowflake-allow"
silenceNotifications = false silenceNotifications = false
query = Query.parse(location) query = Query.parse(location)
@ -209,7 +209,7 @@ init = (isNode) ->
cookies = Parse.cookie document.cookie cookies = Parse.cookie document.cookie
# Do nothing if snowflake has not been opted in. # Do nothing if snowflake has not been opted in.
if cookies[COOKIE_NAME] != "1" if cookies[COOKIE_NAME] != "1"
console.log 'Snowflake is not activate. Please click the badge to change options.'; log 'Not activate. Please click the badge to change options.'
return return
# Hook up to the debug UI if available. # Hook up to the debug UI if available.