Don't show AddThis in non-prod envs

This commit is contained in:
Andrew Miner
2015-03-10 23:14:06 -07:00
parent 50c3d95440
commit 6db25d7a77
6 changed files with 13 additions and 9 deletions
+2 -2
View File
@@ -5,8 +5,6 @@ Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
exports.AdsenseEnvs = [ 'production' ]
# Minecraft must be first
exports.DefaultMods =
minecraft: { defaultVersion: '1.7.10' }
@@ -46,6 +44,8 @@ exports.Opacity = Opacity = {}
Opacity.hidden = 1e-6
Opacity.shown = 1
exports.ProductionEnvs = [ 'production' ]
exports.RequiredMods = [ 'minecraft' ]
exports.ModelState = ModelState = {}