';
@@ -123,22 +123,37 @@
});
});
- function submitEntry(next) {
- // data saved by the tick boxes so don't use next button to submit
- nextprev(next);
+
+ function submitEntry(next){
+ // ratings already saved, just save any unsaved comments.
+ hideButtons();
+ $("#next").val(next);
+ $('textarea').each(function() {
+ if (this.value==this.defaultValue)
+ this.value="";
+ });
+ $("#editForm").submit();
}
+
-
-