From 35484b2c1050792128087d7f4f6763523768bc08 Mon Sep 17 00:00:00 2001 From: Christian Binder Date: Fri, 15 Dec 2006 20:31:44 +0000 Subject: [PATCH] enabled xajax in 'home' to get calendar-dragdrop working there --- home/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/index.php b/home/index.php index 76ff5fc736..d54c04fc0f 100755 --- a/home/index.php +++ b/home/index.php @@ -24,7 +24,8 @@ 'currentapp' => 'home', 'enable_network_class' => False, 'enable_contacts_class' => False, - 'enable_nextmatchs_class' => False + 'enable_nextmatchs_class' => False, + 'include_xajax' => True, ) );