mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-28 17:42:44 +00:00
Monotone-Parent: 47696beae1f727f105c84083c575020ef044e2b6
Monotone-Revision: d16063f8ea6ebe88ac444340d819404443d826dd Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-26T21:16:00 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -161,7 +161,7 @@ function clickedEditorSend(sender) {
|
||||
window.shouldPreserve = true;
|
||||
document.pageform.action = "send";
|
||||
document.pageform.submit();
|
||||
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -256,7 +256,7 @@ function onTextFocus() {
|
||||
}
|
||||
if (signatureLength > 0) {
|
||||
var length = this.getValue().length - signatureLength - 1;
|
||||
this.setSelectionRange(length, length);
|
||||
this.selectText(length, length);
|
||||
}
|
||||
Event.stopObserving(this, "focus", onTextFocus);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user