Skip to content

Commit

Permalink
Merge branch 'Yii' of https://github.com/LimeSurvey/LimeSurvey into Yii
Browse files Browse the repository at this point in the history
  • Loading branch information
jcleeland committed Jul 21, 2012
2 parents 9a77557 + 22d3f57 commit b2ce636
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 7,424 deletions.
4 changes: 2 additions & 2 deletions application/helpers/qanda_helper.php
Expand Up @@ -989,8 +989,8 @@ function do_5pointchoice($ia)
$answer .= "</ul>\n<input type=\"hidden\" name=\"java$ia[1]\" id=\"java$ia[1]\" value=\"".$_SESSION['survey_'.Yii::app()->getConfig('surveyID')][$ia[1]]."\" />\n";
$inputnames[]=$ia[1];
if($aQuestionAttributes['slider_rating']==1){
header_includes('/admin/scripts/rating/jquery.rating.css','css');
header_includes('/admin/scripts/rating/jquery.rating.js','js');
header_includes('jquery.rating.css','css');
header_includes('jquery.rating.js','js');
$answer.="
<script type=\"text/javascript\">
document.write('";
Expand Down
Binary file removed scripts/admin/rating/delete.gif
Binary file not shown.
80 changes: 0 additions & 80 deletions scripts/admin/rating/documentation.css

This file was deleted.

0 comments on commit b2ce636

Please sign in to comment.