7 lines
136 B
PHP
Executable File
7 lines
136 B
PHP
Executable File
<script>
|
|
$(function()
|
|
{
|
|
$('#submit').parent().append('<input type="hidden" name="vision" id="vision" value="lite">');
|
|
});
|
|
</script>
|