Merge remote-tracking branch 'origin/QA_3_5' into QA_3_5
This commit is contained in:
commit
348c59a342
@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog
|
||||
3.5.5.0 (not yet released)
|
||||
- bug #3563824 [export] Support Apache's mod_deflate
|
||||
- bug #3585523 [interface] Inline query editing broken after row update
|
||||
- bug #3586389 [setup] Cannot switch language in /setup
|
||||
|
||||
3.5.4.0 (not yet released)
|
||||
- bug #3570212 [edit] uuid_short() is a no-arguments function
|
||||
|
||||
@ -9,6 +9,13 @@ var defaultValues = {};
|
||||
// language strings
|
||||
var PMA_messages = {};
|
||||
|
||||
/**
|
||||
* Automatic form submission on change.
|
||||
*/
|
||||
$('.autosubmit').live('change', function(e) {
|
||||
e.target.form.submit();
|
||||
});
|
||||
|
||||
/**
|
||||
* Returns field type
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user