Skip to content

Commit

Permalink
Dev: good javascript for document.change (tparner)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Dec 12, 2012
1 parent 5c86fa8 commit 4e30e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/SurveyRuntimeHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ function checkconditions(value, name, type, evt_type)
$('#question" . $_qid . "').show();
});
$(document).change(function() {
$('#question'. LEMqid).show();
$('#question" . $_qid . "').show();
});
$(document).bind('keydown',function(e) {
if (e.keyCode == 9) {
Expand Down

1 comment on commit 4e30e77

@mennodekker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix :)

Please sign in to comment.