From c0311f7e697aabd77ae8c8f255fddba1f1f82f0b Mon Sep 17 00:00:00 2001 From: Jerry Jalava Date: Sun, 27 Jan 2008 17:23:14 +0200 Subject: [PATCH] Added icon value --- js/ajatus.preferences.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/js/ajatus.preferences.js b/js/ajatus.preferences.js index 1a92b43..5e5625b 100644 --- a/js/ajatus.preferences.js +++ b/js/ajatus.preferences.js @@ -76,7 +76,10 @@ available: [ 'default' ] - } + }// , + // cookies: { + // expire: (24 * 60 * 60) // 24hrs in seconds + // } }; $.ajatus.preferences.loader = function() { @@ -123,6 +126,7 @@ $.ajatus.preferences.view = { title: 'Preferences', + icon: 'preferences.png', options: {}, sections: [ 'user', 'localization', 'layout', 'replication', 'backups', 'expansions', 'auto_save' -- 2.11.4.GIT