mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-17 20:45:56 +00:00
Fix for the component editor.
Monotone-Parent: b1e65bbb5b39abffb1d7c79bcce4dafb77512efc Monotone-Revision: 2338a6c35427b6ff10e22c3431c2efc72aea29d2 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-02-12T20:59:46 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -34,7 +34,7 @@ function onPopupAttachWindow(event) {
|
||||
if (event)
|
||||
preventDefault(event);
|
||||
|
||||
var attachInput = document.getElementById("attach");
|
||||
var attachInput = $("attach");
|
||||
var newAttach = window.prompt(getLabel("Target:"), attachInput.value || "http://");
|
||||
if (newAttach != null) {
|
||||
var documentHref = $("documentHref");
|
||||
|
||||
Reference in New Issue
Block a user