Skip to content

Commit

Permalink
Dev : statistics display
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Nov 30, 2015
1 parent 3b3a3c0 commit b64d46f
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 170 deletions.
1 change: 1 addition & 0 deletions application/controllers/admin/statistics.php
Expand Up @@ -111,6 +111,7 @@ public function run($surveyid = 0, $subaction = null)


//Call the javascript file
App()->getClientScript()->registerScriptFile(Yii::app()->getConfig('adminscripts') . 'statistics.js');
App()->getClientScript()->registerScriptFile(Yii::app()->getConfig('adminscripts') . 'json-js/json2.min.js');

$aData['display']['menu_bars']['browse'] = gT("Quick statistics");
Expand Down

0 comments on commit b64d46f

Please sign in to comment.