mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 12:54:54 +00:00
Monotone-Parent: 7d00dc40e4703750dc10ef05910f0c4d9a7162fb
Monotone-Revision: fc9d10c123885769669adb2eef1fa95420c32ff6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-02T19:27:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -956,16 +956,6 @@ function addContact(tag, fullContactName, contactId, contactName, contactEmail)
|
||||
return false;
|
||||
}
|
||||
|
||||
function onChangeCalendar(list) {
|
||||
var form = document.forms.editform;
|
||||
log ("before: " + form.getAttribute("action"));
|
||||
var urlElems = form.getAttribute("action").split("/");
|
||||
urlElems[urlElems.length-4]
|
||||
= list.childNodesWithTag("option")[list.value].innerHTML;
|
||||
form.setAttribute("action", urlElems.join("/"));
|
||||
log ("after: " + form.getAttribute("action"));
|
||||
}
|
||||
|
||||
function validateBrowseURL(input) {
|
||||
var button = $("browseURLBtn");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user