mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-23 23:22:45 +00:00
Monotone-Parent: 30d54dc507398dda32b17cb2c4b9c8e6b601087d
Monotone-Revision: 02e6aaa1be72203deecd9d1b0f94d9491729cafc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-09-16T20:25:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -25,7 +25,7 @@ function onPopupAttachWindow(event) {
|
||||
preventDefault(event);
|
||||
|
||||
var attachInput = document.getElementById("attach");
|
||||
var newAttach = window.prompt(label ("Target:"), attachInput.value || "http://");
|
||||
var newAttach = window.prompt(getLabel("Target:"), attachInput.value || "http://");
|
||||
if (newAttach != null) {
|
||||
var documentHref = $("documentHref");
|
||||
var documentLabel = $("documentLabel");
|
||||
|
||||
Reference in New Issue
Block a user