From 8db7d249417a1f8f103d0c2229cd66279d688641 Mon Sep 17 00:00:00 2001 From: Jerry Jalava Date: Wed, 6 Feb 2008 19:09:16 +0200 Subject: [PATCH] Added developer tools related configs --- js/ajatus.preferences.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/ajatus.preferences.js b/js/ajatus.preferences.js index 66ce458..b0adf8a 100644 --- a/js/ajatus.preferences.js +++ b/js/ajatus.preferences.js @@ -76,7 +76,8 @@ available: [ 'default' ] - }// , + }, + developer_tools: false// , // cookies: { // expire: (24 * 60 * 60) // 24hrs in seconds // } -- 2.11.4.GIT