Loading the day graph by default

skala
Julio Montoya 15 years ago
parent 44062e366e
commit abd0963d23
  1. 4
      main/mySpace/access_details.php

@ -184,6 +184,10 @@ function load_results(type) {
}
});
}
//By default we load the load graph
$(document).ready(function() {
load_results(\'day\');
});
</script>';
Display :: display_header('');

Loading…
Cancel
Save