Load tables.js
authorDuck (Jakob Munih) <duck@obala.net>
Sun, 22 Feb 2009 21:15:14 +0000 (22:15 +0100)
committerDuck (Jakob Munih) <duck@obala.net>
Sun, 22 Feb 2009 21:15:14 +0000 (22:15 +0100)
folks/edit/tabs.php

index 8a892df..31717f8 100644 (file)
@@ -30,4 +30,6 @@ $tabs->addTab(_("Password"), Horde::applicationUrl('edit/password.php'), 'passwo
 if ($conf['comments']['allow'] != 'never'
         && $registry->hasMethod('forums/doComments')) {
     $tabs->addTab(_("Comments"), 'comments.php', 'comments');
-}
\ No newline at end of file
+}
+
+Horde::addScriptFile('tables.js', 'horde', true);
\ No newline at end of file