Skip to content

Commit

Permalink
Fixed issue #05580: conditions don't work when using slider with emot…
Browse files Browse the repository at this point in the history
…icons and evaluation is done on the same page

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@11374 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Nov 15, 2011
1 parent 5f2494c commit f7ab8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qanda.php
Expand Up @@ -1731,7 +1731,7 @@ function do_5pointchoice($ia)
$('#{$id}img1').show();
$('#{$id}img2').hide();
});
$checkconditionFunction(value,'$ia[1]','radio');
$checkconditionFunction(ui.value,'$ia[1]','radio');
}
});
$('#{$id}slider a').css('background-image', 'url(\'{$imageurl}/slider.png\')');
Expand Down

0 comments on commit f7ab8a6

Please sign in to comment.