@@ -538,7 +538,7 function warnLeavingUnsaved(message) { | |||
|
538 | 538 | $('form').submit(function(){ |
|
539 | 539 | $('textarea').removeData('changed'); |
|
540 | 540 | }); |
|
541 |
$('textarea'). |
|
|
541 | $('textarea').live('change', function(){ | |
|
542 | 542 | $(this).data('changed', 'changed'); |
|
543 | 543 | }); |
|
544 | 544 | window.onbeforeunload = function(){ |
General Comments 0
You need to be logged in to leave comments.
Login now