[Tickets #4731] JS error when moving messages
bugs@bugs.horde.org
bugs at bugs.horde.org
Tue Dec 5 03:23:14 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4731
-----------------------------------------------------------------------
Ticket | 4731
Created By | Jan Schneider <jan at horde.org>
Summary | JS error when moving messages
Queue | IMP
Version | HEAD
Type | Bug
State | Assigned
Priority | 2. Medium
Owners | Michael Slusarz
-----------------------------------------------------------------------
Jan Schneider <jan at horde.org> (2006-12-05 03:23) wrote:
Moving messages from message.php fails due to a js error:
Fehler: t1 has no properties
Quelldatei:
http://neo.wg.de/headhorde/imp/message.php?mailbox=%2A%2Asearch_etrh1gb1yxskc80w8s&index=20141&thismailbox=INBOX.horde.bugs
Zeile: 628
function transfer(actID, form)
{
var t1 = $('targetMailbox1'), t2 = $('targetMailbox2');
var tmbox = $('targetMbox');
tmbox.value = (form == 1) ? t1.options[t1.selectedIndex].value :
t2.options[t2.selectedIndex].value;
// Check for a mailbox actually being selected.
More information about the bugs
mailing list