projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee6cc83
)
load table javascript for searching/sorting revision log
author
Chuck Hagenbuch
<chuck@horde.org>
Thu, 26 Mar 2009 19:31:22 +0000
(15:31 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Thu, 26 Mar 2009 19:31:22 +0000
(15:31 -0400)
chora/browsefile.php
patch
|
blob
|
history
diff --git
a/chora/browsefile.php
b/chora/browsefile.php
index
a0f1c3a
..
b2fb224
100644
(file)
--- a/
chora/browsefile.php
+++ b/
chora/browsefile.php
@@
-51,6
+51,7
@@
if ($VC->hasFeature('branches')) {
}
Horde::addScriptFile('prototype.js', 'horde', true);
+Horde::addScriptFile('tables.js', 'horde', true);
Horde::addScriptFile('QuickFinder.js', 'horde', true);
Horde::addScriptFile('revlog.js', 'chora', true);
require CHORA_TEMPLATES . '/common-header.inc';