From 5e2460030401d4dc85f7e7dd6988ddb830673e36 Mon Sep 17 00:00:00 2001
From: Mikael Nordfeldth <mmn@hethane.se>
Date: Sat, 14 Sep 2013 13:41:49 +0200
Subject: [PATCH] Minified javascripts are evil! Human readable source, please!

---
 lib/default.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/default.php b/lib/default.php
index b7e625ca22..274c7014a4 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -63,7 +63,7 @@ $default =
               'use_x_sendfile' => false,
               'notice' => null, // site wide notice text
               'build' => 1, // build number, for code-dependent cache
-              'minify' => true, // true to use the minified versions of JS files; false to use orig files. Can aid during development
+              'minify' => false, // true to use the minified versions of JS files; false to use orig files. Can aid during development
               ),
         'db' =>
           array('database' => null, // must be set
-- 
2.39.5