mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 15:46:23 +00:00
Monotone-Parent: c2a5e3fb9246462545f9ecf1c552400ae0d6a9e9
Monotone-Revision: b8ad0061e865a522c79c6a19bc8d7841469af81a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-02T19:11:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -39,7 +39,7 @@ function onPopupAttachWindow(event) {
|
||||
preventDefault(event);
|
||||
|
||||
var attachInput = $("attach");
|
||||
var newAttach = window.prompt(getLabel("Target:"), attachInput.value || "http://");
|
||||
var newAttach = window.prompt(_("Target:"), attachInput.value || "http://");
|
||||
if (newAttach != null) {
|
||||
var documentHref = $("documentHref");
|
||||
var documentLabel = $("documentLabel");
|
||||
|
||||
Reference in New Issue
Block a user