mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-27 22:35:22 +00:00
Monotone-Parent: acf7876c4f7fe4bb25f13c6e2d07c55ad2567ab8
Monotone-Revision: 17dd4bd33946e587ae1addf6c96dbd2172128be9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-19T14:31:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -35,8 +35,7 @@ var activeAjaxRequests = 0;
|
||||
var allDocumentElements = null;
|
||||
|
||||
/* a W3C compliant document.all */
|
||||
function getAllScopeElements(scope)
|
||||
{
|
||||
function getAllScopeElements(scope) {
|
||||
var elements = new Array();
|
||||
|
||||
for (var i = 0; i < scope.childNodes.length; i++)
|
||||
@@ -53,8 +52,7 @@ function getAllScopeElements(scope)
|
||||
return elements;
|
||||
}
|
||||
|
||||
function getAllElements(scope)
|
||||
{
|
||||
function getAllElements(scope) {
|
||||
var elements;
|
||||
|
||||
if (scope == null)
|
||||
@@ -774,8 +772,7 @@ function popupToolbarMenu(event, menuId) {
|
||||
|
||||
/* contact selector */
|
||||
|
||||
function onContactAdd(node)
|
||||
{
|
||||
function onContactAdd(node) {
|
||||
var selector = null;
|
||||
var selectorURL = '?popup=YES';
|
||||
if (node) {
|
||||
@@ -830,8 +827,7 @@ function listRowMouseDownHandler(event) {
|
||||
}
|
||||
|
||||
/* tabs */
|
||||
function initTabs()
|
||||
{
|
||||
function initTabs() {
|
||||
var containers = document.getElementsByClassName("tabsContainer");
|
||||
for (var x = 0; x < containers.length; x++) {
|
||||
var container = containers[x];
|
||||
|
||||
Reference in New Issue
Block a user