[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_8-10835-ge78e42a

Michal Čihař nijel at users.sourceforge.net
Fri Nov 12 09:48:00 CET 2010


The branch, master has been updated
       via  e78e42a31b6d807a9cfce0b0578c7e2b16a776ae (commit)
      from  eded70577ed7d2213a10261df72ae12f06502c97 (commit)


- Log -----------------------------------------------------------------
commit e78e42a31b6d807a9cfce0b0578c7e2b16a776ae
Author: Aamir Khan <systemw0rm at users.sourceforge.net>
Date:   Fri Nov 12 09:33:13 2010 +0100

    Refresh navigation after copying database (bug #3081099, patch# 3091778).

-----------------------------------------------------------------------

Summary of changes:
 js/db_operations.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/js/db_operations.js b/js/db_operations.js
index a135532..4e3dedf 100644
--- a/js/db_operations.js
+++ b/js/db_operations.js
@@ -93,7 +93,8 @@ $(document).ready(function() {
                 if( $("#checkbox_switch").is(":checked")) {
                     window.parent.db = data.newname;
                     window.parent.refreshMain();
-                }
+                    window.parent.refreshNavigation();
+               }
             }
             else {
                 PMA_ajaxShowMessage(data.error);
@@ -123,4 +124,4 @@ $(document).ready(function() {
         }) // end $.get()
     }) // end change charset
     
-}, 'top.frame_content');
\ No newline at end of file
+}, 'top.frame_content');


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list