Fix - nav error while saving setting form

This commit is contained in:
Roshan Sameer 2018-06-01 14:49:30 +05:45
parent 07bad6975f
commit 1196a1ed7d
1 changed files with 1 additions and 1 deletions

View File

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