##// END OF EJS Templates
Submit handler should be live as well (#14615)....
Jean-Philippe Lang -
r11856:85d4ac372a12
parent child
Show More
@@ -535,7 +535,7 function initMyPageSortable(list, url) {
535 535 var warnLeavingUnsavedMessage;
536 536 function warnLeavingUnsaved(message) {
537 537 warnLeavingUnsavedMessage = message;
538 $('form').submit(function(){
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