mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
3 lines
73 B
JavaScript
3 lines
73 B
JavaScript
var foobar = "bar";
|
|
$('#ap').html('bar');
|
|
ok( true, "test.js executed");
|