Monotone-Parent: dacf207e0fa21cda9cc795c449e369f77d6a5d28

Monotone-Revision: e87972fe209b67f7da40295c3cdd16ec15db5093

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-28T18:29:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-28 18:29:59 +00:00
parent fa7bbea25d
commit 18ce500001
4 changed files with 9 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ function onPopupUrlWindow(event) {
function onPopupDocumentWindow(event) {
var documentUrl = $("url");
event.preventDefault();
preventDefault(event);
window.open(documentUrl.value, "SOGo_Document");
return false;