diff --git a/main/mySpace/access_details.php b/main/mySpace/access_details.php index 24e558abd3..d0a96b0771 100644 --- a/main/mySpace/access_details.php +++ b/main/mySpace/access_details.php @@ -84,7 +84,7 @@ function loadGraph() { // Display confirmation message to the user $('#messages').html(db.result).stop().css('opacity', 1).fadeIn(30); $('#cev_cont_stats').html(db.stats); - $( '#graph' ).html(db.graph_result); + $('#graph' ).html(db.graph_result); } else { $('#messages').text('".get_lang('NoDataAvailable')."'); $('#messages').addClass('warning-message'); @@ -129,7 +129,6 @@ echo Display::page_subheader( $form->setDefaults(array('from' => $from, 'to' => $to)); $form->display(); ?> -