Skip to content

Commit

Permalink
Fixed issue #05679: Questions conditional upon previous questions do …
Browse files Browse the repository at this point in the history
…not appear until "Next" button is pressed

Dev core problem was uncaught javascript errors when processing relevance of hidden questions

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@12248 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
tmswhite committed Jan 28, 2012
1 parent 6fc4099 commit 831b712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/eval/em_javascript.js
Expand Up @@ -234,6 +234,7 @@ function LEMval(alias)
}
if (whichJsName === null || typeof document.getElementById(whichJsName) === 'undefined' || document.getElementById(whichJsName) === null) {
an_error = true; // this line is here to make debugging easier
return '';
}

// values should always be stored encoded with htmlspecialchars()
Expand Down

0 comments on commit 831b712

Please sign in to comment.