mirror of
https://github.com/redmine/redmine.git
synced 2025-11-11 15:56:03 +01:00
Submit handler should be live as well (#14615).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12086 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -535,7 +535,7 @@ function initMyPageSortable(list, url) {
|
||||
var warnLeavingUnsavedMessage;
|
||||
function warnLeavingUnsaved(message) {
|
||||
warnLeavingUnsavedMessage = message;
|
||||
$('form').submit(function(){
|
||||
$('form').live('submit', function(){
|
||||
$('textarea').removeData('changed');
|
||||
});
|
||||
$('textarea').live('change', function(){
|
||||
|
||||
Reference in New Issue
Block a user