From: hickert Date: Thu, 29 Apr 2010 12:12:52 +0000 (+0000) Subject: Removed usePrototype flag, its activated always now. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cdc6ea5a21c530a958182ccf549ec0cc040f4942;p=gosa.git Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17935 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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"){