mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 11:55:09 +00:00
Monotone-Parent: c6317744df015d8003995ebbc0c3b8b1b3f1f549
Monotone-Revision: 886e02486e5ed22ff47c0ab11bf222be42835b1f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-01T18:02:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -567,11 +567,8 @@ function messageListCallback(http)
|
||||
{
|
||||
var div = document.getElementById('mailboxContent');
|
||||
|
||||
log ("callback...");
|
||||
|
||||
if (http.readyState == 4
|
||||
&& http.status == 200) {
|
||||
log ("processing callback...");
|
||||
document.messageListAjaxRequest = null;
|
||||
div.innerHTML = http.responseText;
|
||||
var selected = http.callbackData;
|
||||
|
||||
Reference in New Issue
Block a user