Skip to content

Commit

Permalink
Dev: added selected bodyclass for nicely print statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Nov 18, 2016
1 parent 840ccb8 commit a483ede
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/admin/statistics.js
Expand Up @@ -181,6 +181,8 @@ function init_chart_js_graph_with_datas($type,$qid)
}

$(document).ready(function() {
//for nicely printed statistics
$('body').addClass('onStatistics');

if ($('#completionstateSimpleStat').length>0)
{
Expand Down

0 comments on commit a483ede

Please sign in to comment.