Run monitor when tab is focused

This commit is contained in:
Tyron Madlener 2011-08-16 13:13:43 +03:00
parent 08b6d28755
commit 5bef74287d

View File

@ -1869,4 +1869,9 @@ $(function() {
$('a[href="#clearMonitorConfig"]').show();
}
});
// Run the monitor once loaded
$(function() {
$('a[href="#pauseCharts"]').trigger('click');
});