Don't show AddThis in non-prod envs
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user