[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-302-g46c412c

The branch, master has been updated via 46c412c99730967d12373c40b2cca0db7130e368 (commit) from e7d9457431c6249334724958ef28832626aa4913 (commit) - Log ----------------------------------------------------------------- commit 46c412c99730967d12373c40b2cca0db7130e368 Author: Marc Delisle <marc@infomarc.info> Date: Sat Jan 15 10:31:11 2011 -0500 Bug #3156485 Unable to add a new user using Google Chrome ----------------------------------------------------------------------- Summary of changes: js/server_privileges.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/js/server_privileges.js b/js/server_privileges.js index 1cf87ce..e85e2cc 100644 --- a/js/server_privileges.js +++ b/js/server_privileges.js @@ -209,6 +209,9 @@ $(document).ready(function() { .dialog({ title: PMA_messages['strAddNewUser'], width: 800, + // height is a workaround for this Chrome problem: + // http://bugs.jqueryui.com/ticket/4671 + height: 700, modal: true, buttons: button_options }); //dialog options end hooks/post-receive -- phpMyAdmin
participants (1)
-
Marc Delisle