From: Michael M Slusarz Date: Wed, 5 Aug 2009 06:46:08 +0000 (-0600) Subject: Add missing popup.js file. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=88390bbc597e903764ee1b5bf9ac4594c8b5f91d;p=horde.git Add missing popup.js file. --- diff --git a/imp/index-dimp.php b/imp/index-dimp.php index 904753b2c..b1074e08c 100644 --- a/imp/index-dimp.php +++ b/imp/index-dimp.php @@ -15,16 +15,17 @@ require_once dirname(__FILE__) . '/lib/base.php'; $scripts = array( - array('DimpBase.js', 'imp', true), array('ContextSensitive.js', 'imp', true), + array('DimpBase.js', 'imp', true), + array('DimpSlider.js', 'imp', true), array('ViewPort.js', 'imp', true), - array('dragdrop2.js', 'horde', true), array('dhtmlHistory.js', 'horde', true), - array('redbox.js', 'horde', true), - array('mailbox-dimp.js', 'imp', true), - array('DimpSlider.js', 'imp', true), + array('dialog.js', 'imp', true), + array('dragdrop2.js', 'horde', true), array('imp.js', 'imp', true), - array('dialog.js', 'imp', true) + array('mailbox-dimp.js', 'imp', true), + array('popup.js', 'horde', true), + array('redbox.js', 'horde', true) ); /* Get site specific menu items. */