diff --git a/pandora_console/general/login_identification_wizard.php b/pandora_console/general/login_identification_wizard.php index e6a2d3790a..501bdd05df 100644 --- a/pandora_console/general/login_identification_wizard.php +++ b/pandora_console/general/login_identification_wizard.php @@ -38,7 +38,6 @@ function display_newsletter ($data) { if (!isset ($data['newsletter_reminder_timestamp'])) return true; if (!is_numeric ($data['newsletter_reminder_timestamp'])) return true; if ($data['newsletter_reminder_timestamp'] < time()) return true; - else {html_debug ($data['newsletter_reminder_timestamp'] . "<<-data", true);} return false; } diff --git a/pandora_console/general/login_required.php b/pandora_console/general/login_required.php index df2bd630ef..054b299982 100644 --- a/pandora_console/general/login_required.php +++ b/pandora_console/general/login_required.php @@ -120,7 +120,7 @@ echo ''; //HELPER FUNCTIONS function show_timezone () { zone = $("#zone").val(); - console.log("Z: " +zone); + $.ajax({ type: "POST", url: "ajax.php", diff --git a/pandora_console/godmode/update_manager/update_manager.messages.php b/pandora_console/godmode/update_manager/update_manager.messages.php index 39103a49b6..f40edbc649 100644 --- a/pandora_console/godmode/update_manager/update_manager.messages.php +++ b/pandora_console/godmode/update_manager/update_manager.messages.php @@ -264,9 +264,7 @@ if ($total_messages){ $("#"+target).parent().children().each(function(){ var full_class = $(this).attr('class'); - console.log ("current_class: " + full_class); full_class = full_class.replace (/um_not_read_message/g, "um_read_message"); - console.log ("modified_class: " + full_class); $(this).attr('class', full_class); }); } @@ -280,7 +278,7 @@ if ($total_messages){ }); $(".check_selection").click(function (event) { - console.log(event.target.id); + if ($("#" + event.target.id).is(':checked')) { $("#" + event.target.id).parent().parent().css('background', "#FFFFEE"); } else { diff --git a/pandora_console/index.php b/pandora_console/index.php index 89027e647d..da21f234b0 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -868,7 +868,7 @@ require('include/php_to_js_values.php'); function run_identification_wizard (register, newsletter , return_button) { if (times_fired_register_wizard) { - console.log ("only open"); + $(".ui-dialog-titlebar-close").show(); //Reset some values