Skip to content

Commit

Permalink
Merge branch 'QA_3_5'
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Nov 12, 2012
2 parents 4d784eb + 94fa518 commit 1518de6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -76,6 +76,7 @@ VerboseMultiSubmit, ReplaceHelpImg
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
Expand Down
7 changes: 7 additions & 0 deletions js/config.js
Expand Up @@ -19,6 +19,13 @@ AJAX.registerTeardown('config.js', function() {
// default values for fields
var defaultValues = {};

/**
* Automatic form submission on change.
*/
$('.autosubmit').live('change', function(e) {
e.target.form.submit();
});

/**
* Returns field type
*
Expand Down

0 comments on commit 1518de6

Please sign in to comment.