aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-04-24 16:12:17 +0100
committerLouise Crow <louise.crow@gmail.com>2014-04-24 16:12:17 +0100
commit486a2d0b3b03febcc8aea001f799bb5d01639046 (patch)
tree2d2411dd6183de80e7b71dc78c50c9c441d0222e /lib
parent0c54aa3bc1bda24fa6cca97e52753a5ea07e7638 (diff)
parent0e59d5ac3f771c76b5a1d4f1a22b862f6e01ac35 (diff)
Merge branch 'feature/1352-core-responsive-stylesheet' into rails-3-develop
Diffstat (limited to 'lib')
-rw-r--r--lib/configuration.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/configuration.rb b/lib/configuration.rb
index bd705b777..d525bf712 100644
--- a/lib/configuration.rb
+++ b/lib/configuration.rb
@@ -58,6 +58,7 @@ module AlaveteliConfiguration
:RECAPTCHA_PUBLIC_KEY => 'x',
:REPLY_LATE_AFTER_DAYS => 20,
:REPLY_VERY_LATE_AFTER_DAYS => 40,
+ :RESPONSIVE_STYLING => false,
:SITE_NAME => 'Alaveteli',
:SKIP_ADMIN_AUTH => false,
:SPECIAL_REPLY_VERY_LATE_AFTER_DAYS => 60,