Skip to content

Commit

Permalink
small typo fix
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@3008 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Jun 19, 2007
1 parent 351a822 commit 982a593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion group.php
Expand Up @@ -576,7 +576,7 @@ function checkconditions(value, name, type)

if (isset($java)) {echo $java;}
echo "\t\t\tif (navigator.appVersion.indexOf('Safari')>-1 && name !== undefined )\n"
."\t\t\t{ // Safari eats the onchange so run modfield manually, expect when called at onload time\n"
."\t\t\t{ // Safari eats the onchange so run modfield manually, except when called at onload time\n"
."\t\t\t\t//alert('For Safari calling modfield for ' + name);\n"
."\t\t\t\tmodfield(name);\n"
."\t\t\t}\n"
Expand Down
2 changes: 1 addition & 1 deletion survey.php
Expand Up @@ -496,7 +496,7 @@ function radio_unselect(radioObj)

if (isset($java)) {echo $java;}
echo "\t\t\t\tif (navigator.appVersion.indexOf('Safari')>-1 && name !== undefined )\n"
."\t\t\t\t{ // Safari eats the onchange so run modfield manually, expect when called at onload time\n"
."\t\t\t\t{ // Safari eats the onchange so run modfield manually, except when called at onload time\n"
."\t\t\t\t\t//alert('For Safari calling modfield for ' + name);\n"
."\t\t\t\t\tmodfield(name);\n"
."\t\t\t\t}\n"
Expand Down

0 comments on commit 982a593

Please sign in to comment.