From cdc6ea5a21c530a958182ccf549ec0cc040f4942 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 29 Apr 2010 12:12:52 +0000 Subject: [PATCH] Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17935 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index fc440536a..44d0a59a9 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -309,7 +309,7 @@ $smarty->assign ("menu", $plist->gen_menu()); $smarty->assign ("plug", "$plug"); $smarty->assign("iePngWorkaround", $config->get_cfg_value("iePngWorkaround","false" ) == "true"); -$smarty->assign("usePrototype", "false"); + /* React on clicks */ if ($_SERVER["REQUEST_METHOD"] == "POST"){ -- 2.30.2