Skip to content

Commit

Permalink
Dev small fix in JS conditions evaluation
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9624 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Dec 11, 2010
1 parent b56a620 commit 3ea78c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group.php
Expand Up @@ -1064,7 +1064,7 @@ function checkconditions(value, name, type)
}

if (isset($java)) {echo $java;}
echo "\n\tdocument.getElementById('runonce').value=1\n"
echo "\n\tdocument.getElementById('runonce').value=1;\n"
. "\t}\n"
."\t//-->\n"
."\t</script>\n\n"; // End checkconditions javascript function
Expand Down

0 comments on commit 3ea78c3

Please sign in to comment.