Skip to content

Commit

Permalink
Fixed issue #06296: Question type file upload dose not work
Browse files Browse the repository at this point in the history
Dev Corrected invalid JavaScript
  • Loading branch information
tpartner committed Jul 3, 2012
1 parent dab518a commit 5026808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/qanda_helper.php
Expand Up @@ -2852,7 +2852,7 @@ function upload_$ia[1]() {
returnTxt: '" . $clang->gT('Return to survey','js') . "',
headTitle: '" . $clang->gT('Title','js') . "',
headComment: '" . $clang->gT('Comment','js') . "',
headFileName: '" . $clang->gT('File name','js') . "',
headFileName: '" . $clang->gT('File name','js') . "'
};
</script>\n";

Expand Down

0 comments on commit 5026808

Please sign in to comment.