Organizer email address clickable in event editor

Fixes #2010
This commit is contained in:
Francis Lachapelle
2012-10-09 09:12:39 -04:00
parent 16a1b02826
commit 2be6922633
5 changed files with 17 additions and 14 deletions

View File

@@ -124,7 +124,6 @@ function initializeDocumentHref() {
var documentUrl = $("attach");
documentHref.observe("click", onPopupDocumentWindow, false);
documentHref.setStyle({ textDecoration: "underline", color: "#00f" });
if (documentUrl.value.length > 0) {
documentHref.appendChild(document.createTextNode(documentUrl.value));
documentLabel.setStyle({ display: "block" });