Monotone-Parent: 64488d85ff930e32a07eda3c4ce9ae01e7513fc8

Monotone-Revision: 389b194bd166895ce122d73e90c04eb48d06a6a1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-23T18:13:26
maint-2.0.2
Wolfgang Sourdeau 2012-04-23 18:13:26 +00:00
parent 63560c5678
commit 5e6b689338
2 changed files with 0 additions and 4 deletions

View File

@ -1218,7 +1218,6 @@ function onCalendarReload() {
}
function reloadWebCalendars() {
log("* reloadWebCalendars");
var hasWebCalendars = false;
var remaining = [];

View File

@ -2101,9 +2101,6 @@ function _showSelectDialog(title, label, options, button, callbackFcn, callbackA
}
function showAuthenticationDialog(label, callback) {
log("* showAuthenticationDialog");
log(backtrace());
var div = $("bgDialogDiv");
if (div && div.visible() && div.getOpacity() > 0) {
log("push");