Merge pull request #20335 from roshansameer/fix/data-save

Fix - nav error while saving setting form
This commit is contained in:
Mike Jolley 2018-06-04 10:21:48 +01:00 committed by GitHub
commit 4a34e2c4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
}
});
$( '.submit input' ).click( function() {
$( '.submit :input' ).click( function() {
window.onbeforeunload = '';
});
});