Use the elementSource by default

This commit is contained in:
Jordan Eldredge 2017-12-24 20:34:04 -08:00
parent bc5d91f937
commit 57955f2cfe

View file

@ -18,6 +18,6 @@ export const skinUrl = config.skinUrl === undefined ? skin : config.skinUrl;
export const audioUrl = config.audioUrl === undefined ? audio : config.audioUrl;
export const noMarquee = config.noMarquee || false;
export const hideAbout = config.hideAbout || false;
export const elementSource = config.elementSource || false;
export const elementSource = config.elementSource || true;
export const initialState = config.initialState || undefined;
export const sentryDsn = SENTRY_DSN;