mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 09:25:09 +00:00
Monotone-Parent: 34c8ea3c9ac6c8104945c2403f6546cb9363b314
Monotone-Revision: 65d228dc16888e0f4d54d90ddab6934c650b6635 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-03-02T21:35:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -45,7 +45,8 @@ function loadMailboxes() {
|
||||
|
||||
function onLoadMailboxesCallback(http) {
|
||||
if (http.readyState == 4) {
|
||||
window.opener.userMailboxes = [];
|
||||
window.opener.userMailboxes = $([]);
|
||||
log("http.status: " + http.status);
|
||||
if (http.status == 200) {
|
||||
checkAjaxRequestsState();
|
||||
if (http.responseText.length > 0) {
|
||||
@@ -102,7 +103,7 @@ function setupConstants() {
|
||||
}
|
||||
|
||||
function setupEventHandlers() {
|
||||
var filterName = $("mainForm").filterName;
|
||||
var filterName = $($("mainForm").filterName);
|
||||
if (filterName) {
|
||||
var boundCB = onFilterNameChange
|
||||
.bindAsEventListener(filterName);
|
||||
|
||||
Reference in New Issue
Block a user