From: Jan Schneider Date: Wed, 1 Dec 2010 17:52:36 +0000 (+0100) Subject: Don't add prototype.js manually. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=909fd352037627bc4773967a33fcad53293cd6b8;p=horde.git Don't add prototype.js manually. --- diff --git a/horde/services/portal/index.php b/horde/services/portal/index.php index b4b3fab8c..c5cf8e2cc 100644 --- a/horde/services/portal/index.php +++ b/horde/services/portal/index.php @@ -60,7 +60,6 @@ foreach ($view->getApplications() as $app) { $linkTags = $view->getLinkTags(); -Horde::addScriptFile('prototype.js', 'horde'); $title = _("My Portal"); require HORDE_TEMPLATES . '/common-header.inc'; echo Horde::menu();