bug #3400690 [privileges] DB-specific privileges won't submit

Db/table specific privileges has not been ajaxified. So skip it for now.
This commit is contained in:
Madhura Jayaratne
2011-09-14 22:43:48 +05:30
parent e27ba519c5
commit d3bd40b56d
3 changed files with 3 additions and 2 deletions

View File

@@ -346,7 +346,7 @@ $(document).ready(function() {
* @memberOf jQuery
* @name edit_user_submit
*/
$("#edit_user_dialog").find("form").live('submit', function(event) {
$("#edit_user_dialog").find("form:not(#db_or_table_specific_priv)").live('submit', function(event) {
/** @lends jQuery */
event.preventDefault();