[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1345-g11688d3

Marc Delisle lem9 at users.sourceforge.net
Wed Apr 7 22:26:08 CEST 2010


The branch, master has been updated
       via  11688d3bc587f26fbc0e759950f65e065b26bf73 (commit)
      from  adbc1b257245c7c86b182b54e5b05fc8d28bcd5e (commit)


- Log -----------------------------------------------------------------
commit 11688d3bc587f26fbc0e759950f65e065b26bf73
Author: Marc Delisle <marc at 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




More information about the Git mailing list