From 5bef74287dce3e09f072c441112dcc872c73752e Mon Sep 17 00:00:00 2001 From: Tyron Madlener Date: Tue, 16 Aug 2011 13:13:43 +0300 Subject: [PATCH] Run monitor when tab is focused --- js/server_status_monitor.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/server_status_monitor.js b/js/server_status_monitor.js index f8a179d9f7..7ac2498810 100644 --- a/js/server_status_monitor.js +++ b/js/server_status_monitor.js @@ -1869,4 +1869,9 @@ $(function() { $('a[href="#clearMonitorConfig"]').show(); } +}); + +// Run the monitor once loaded +$(function() { + $('a[href="#pauseCharts"]').trigger('click'); }); \ No newline at end of file