make sure prototype loads before quickfinder
authorChuck Hagenbuch <chuck@horde.org>
Thu, 12 Mar 2009 17:56:02 +0000 (13:56 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 12 Mar 2009 17:56:02 +0000 (13:56 -0400)
chora/browsefile.php

index fbf9f66..a0f1c3a 100644 (file)
@@ -50,6 +50,7 @@ if ($VC->hasFeature('branches')) {
     }
 }
 
+Horde::addScriptFile('prototype.js', 'horde', true);
 Horde::addScriptFile('QuickFinder.js', 'horde', true);
 Horde::addScriptFile('revlog.js', 'chora', true);
 require CHORA_TEMPLATES . '/common-header.inc';