load table javascript for searching/sorting revision log
authorChuck Hagenbuch <chuck@horde.org>
Thu, 26 Mar 2009 19:31:22 +0000 (15:31 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 26 Mar 2009 19:31:22 +0000 (15:31 -0400)
chora/browsefile.php

index a0f1c3a..b2fb224 100644 (file)
@@ -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';