mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
13 lines
321 B
Plaintext
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>
|