mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-12 02:11:23 +00:00
Monotone-Parent: 16bd3aa0fa9b1f29444120c9720217440143eb7d
Monotone-Revision: 312de3bcf962de38449a5bb31b6868790bad9cb7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-07T13:44:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -371,7 +371,6 @@ function changeDateSelectorDisplay(day, keepCurrentDay) {
|
||||
if (!keepCurrentDay)
|
||||
currentDay = day;
|
||||
|
||||
log (backtrace());
|
||||
var month = day.substr(0, 6);
|
||||
if (cachedDateSelectors[month]) {
|
||||
// log ("restoring cached selector for month: " + month);
|
||||
|
||||
@@ -127,7 +127,6 @@ function initializeDocumentHref() {
|
||||
|
||||
function initializePrivacyMenu() {
|
||||
var privacy = $("privacy").value.toUpperCase();
|
||||
log("privacy: " + privacy);
|
||||
if (privacy.length > 0) {
|
||||
var privacyMenu = $("privacy-menu").childNodesWithTag("ul")[0];
|
||||
var menuEntries = privacyMenu.childNodesWithTag("li");
|
||||
|
||||
Reference in New Issue
Block a user