@@ -535,7 +535,7 function initMyPageSortable(list, url) { | |||
|
535 | 535 | var warnLeavingUnsavedMessage; |
|
536 | 536 | function warnLeavingUnsaved(message) { |
|
537 | 537 | warnLeavingUnsavedMessage = message; |
|
538 |
$('form'). |
|
|
538 | $('form').live('submit', function(){ | |
|
539 | 539 | $('textarea').removeData('changed'); |
|
540 | 540 | }); |
|
541 | 541 | $('textarea').live('change', function(){ |
General Comments 0
You need to be logged in to leave comments.
Login now