mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-25 16:12:44 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user