
The branch, master has been updated via 11688d3bc587f26fbc0e759950f65e065b26bf73 (commit) from adbc1b257245c7c86b182b54e5b05fc8d28bcd5e (commit) - Log ----------------------------------------------------------------- commit 11688d3bc587f26fbc0e759950f65e065b26bf73 Author: Marc Delisle <marc@infomarc.info> Date: Wed Apr 7 16:25:59 2010 -0400 dead code ----------------------------------------------------------------------- Summary of changes: js/functions.js | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/js/functions.js b/js/functions.js index 6ea6ac7..c7f8398 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1676,17 +1676,3 @@ $(document).ready(function(){ }); }); -/** - * Used for replication support - * - * @version $Id$ - */ - -function divShowHideFunc(ahref, id) { - $(ahref).addEvent('click', function() { - if ($(id).getStyle('display')=="none") - $(id).tween('display', 'block'); - else - $(id).tween('display', 'none'); - }); -} hooks/post-receive -- phpMyAdmin