projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eb87f3
)
make sure prototype loads before quickfinder
author
Chuck Hagenbuch
<chuck@horde.org>
Thu, 12 Mar 2009 17:56:02 +0000
(13:56 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Thu, 12 Mar 2009 17:56:02 +0000
(13:56 -0400)
chora/browsefile.php
patch
|
blob
|
history
diff --git
a/chora/browsefile.php
b/chora/browsefile.php
index
fbf9f66
..
a0f1c3a
100644
(file)
--- a/
chora/browsefile.php
+++ b/
chora/browsefile.php
@@
-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';