Skip to content

Commit

Permalink
fixed issue #07912: EM test page broken in 2.05
Browse files Browse the repository at this point in the history
dev: column with JS result were missing from EM test page
dev:
http://localhost/github/limesurvey/index.php/admin/expressions/sa/unit
  • Loading branch information
mfaber authored and mfaber committed Jun 13, 2013
1 parent 44f6a6c commit 3a44cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/expressions.php
Expand Up @@ -61,7 +61,7 @@ private function _printOnLoad($which)
App()->getClientScript()->registerScript("emscript", "ExprMgr_process_relevance_and_tailoring();", CClientScript::POS_LOAD);
break;
case 'unit':
App()->getClientScript()->registerScript("emscript", "compute();", CClientScript::POS_LOAD);
App()->getClientScript()->registerScript("emscript", "recompute();", CClientScript::POS_LOAD);
break;
}
}
Expand Down

0 comments on commit 3a44cb2

Please sign in to comment.