Skip to content

Commit

Permalink
Dev : fixed some javascript issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Apr 11, 2012
1 parent 237c43a commit da37659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/expressions/em_manager_helper.php
Expand Up @@ -4830,7 +4830,7 @@ static function GetRelevanceAndTailoringJavaScript()
$jsParts=array();
$allJsVarsUsed=array();
$rowdividList=array(); // list of subquestions needing relevance entries
$jsParts[] = '<script type="text/javascript" src="'.Yii::app()->getConfig('generalscripts').'admin/expressions/em_javascript.js"></script>';
$jsParts[] = '<script type="text/javascript" src="'.Yii::app()->getConfig('generalscripts').'expressions/em_javascript.js"></script>';
$jsParts[] = "\n<script type='text/javascript'>\n<!--\n";
$jsParts[] = "var LEMmode='" . $LEM->surveyMode . "';\n";
if ($LEM->surveyMode == 'group')
Expand Down

0 comments on commit da37659

Please sign in to comment.