diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 3a1583b0da..285e6fca30 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -1300,8 +1300,8 @@ function ui_process_page_head ($string, $bitfield) { $_GET['sec2'] == 'enterprise/dashboard/main_dashboard') { $query = ui_get_url_refresh (false, false); - $output .= ''; + //$output .= ''; } } diff --git a/pandora_console/include/javascript/pandora_events.js b/pandora_console/include/javascript/pandora_events.js index 7b78c0a637..80c6affeb5 100644 --- a/pandora_console/include/javascript/pandora_events.js +++ b/pandora_console/include/javascript/pandora_events.js @@ -46,6 +46,7 @@ function show_event_dialog(event_id, group_rep, dialog_page, result) { modal: true, close: function() { $("#refrcounter").countdown("resume"); + $('div.vc-countdown').countdown('resume'); }, overlay: { opacity: 0.5, @@ -55,8 +56,9 @@ function show_event_dialog(event_id, group_rep, dialog_page, result) { height: 530 }) .show (); - - $("#refrcounter").countdown("pause"); + + $("#refrcounter").countdown('pause'); + $('div.vc-countdown').countdown('pause'); switch (result) { case 'comment_ok':