Commit 439851b4 authored by reed%reedloden.com's avatar reed%reedloden.com

Bug 371833 - ""Edit attachment as comment" could be twice as fast" [p=bz/reed r=timeless a=mkanat]

parent 686b89ed
......@@ -82,8 +82,7 @@
// Copy the contents of the diff into the textarea
var editFrame = document.getElementById('editFrame');
editFrame.value = theContent;
editFrame.value += "\n\n";
editFrame.value = theContent + "\n\n";
has_edited = 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment