[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-2030-g9deac3d

Marc Delisle lem9 at users.sourceforge.net
Wed Mar 9 23:15:56 CET 2011


The branch, master has been updated
       via  9deac3deb2f24e140684f2b2fdbae1c6216db0b6 (commit)
      from  9c78c34fdeaf006a516d1253f781b61b166b56e8 (commit)


- Log -----------------------------------------------------------------
commit 9deac3deb2f24e140684f2b2fdbae1c6216db0b6
Author: Marc Delisle <marc at infomarc.info>
Date:   Wed Mar 9 17:15:40 2011 -0500

    Bug #3197273 Creating table with error does not show anything

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

Summary of changes:
 js/functions.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/js/functions.js b/js/functions.js
index b86ffe3..d09109f 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1821,6 +1821,8 @@ $(document).ready(function() {
                         $('#properties_message')
                          .addClass('error')
                          .html(data.error);
+                        // scroll to the div containing the error message
+                        $('#properties_message')[0].scrollIntoView();
                     }
                 }) // end $.post()
             } // end if ($form.hasClass('ajax')


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list