mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
5 lines
121 B
HTML
5 lines
121 B
HTML
|
|
<script type="text/javascript">
|
||
|
|
var testFoo = "foo";
|
||
|
|
$('#foo').html('foo');
|
||
|
|
ok( true, "test2.html executed" );
|
||
|
|
</script>
|