Fix(challenge): coming soon challenges unclickable in prod

This commit is contained in:
Berkeley Martinez
2016-06-29 13:00:22 -07:00
parent 627c92c72f
commit 94a297c570
2 changed files with 35 additions and 10 deletions

View File

@@ -24,8 +24,7 @@ import {
saveToColdStorage
} from './cold-reload';
const isDev = Rx.config.longStackSupport = !!debug.enabled;
const isDev = Rx.config.longStackSupport = debug.enabled('fcc:*');
const log = debug('fcc:client');
const hotReloadTimeout = 5000;
const csrfToken = window.__fcc__.csrf.token;