mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-28 20:56:24 +00:00
Monotone-Parent: d3bbadcce7472714c99e523e6d397a87aa65bf5b
Monotone-Revision: 17441bc6502df80d7fa89d2f1beee98ac6e2c5d9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-14T21:54:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -24,7 +24,7 @@ function onPopupUrlWindow(event) {
|
||||
preventDefault(event);
|
||||
|
||||
var urlInput = document.getElementById("url");
|
||||
var newUrl = window.prompt(labels["Target:"].decodeEntities(), urlInput.value);
|
||||
var newUrl = window.prompt(labels["Target:"], urlInput.value);
|
||||
if (newUrl != null) {
|
||||
var documentHref = $("documentHref");
|
||||
var documentLabel = $("documentLabel");
|
||||
|
||||
Reference in New Issue
Block a user