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

This commit is contained in:
reed%reedloden.com 2007-03-02 06:55:39 +00:00
parent ef8250d62d
commit 0a40f52b21

View File

@ -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;
}