2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Files
CATI_Tool/include/limesurvey/templates/quexs/endpage.pstpl
2010-09-13 01:30:26 +00:00

13 lines
321 B
Plaintext

</td>
</tr>
</table>
<script type="text/javascript">
if(typeof Custom_On_Load == 'function'){
Custom_On_Load();
}
$(document).ready(function() {
$(":text:visible:enabled:first").focus();
$("textarea:first").focus();
});
</script>