Allow adsense/addthis in staging

This commit is contained in:
Andrew Miner
2015-03-11 08:39:22 -07:00
parent 556c15cd2b
commit 1cd788586a
+1 -1
View File
@@ -44,7 +44,7 @@ exports.Opacity = Opacity = {}
Opacity.hidden = 1e-6 Opacity.hidden = 1e-6
Opacity.shown = 1 Opacity.shown = 1
exports.ProductionEnvs = [ 'production' ] exports.ProductionEnvs = [ 'staging', 'production' ]
exports.RequiredMods = [ 'minecraft' ] exports.RequiredMods = [ 'minecraft' ]