2023-05-16 10:47:08 +08:00

5 lines
104 B
JavaScript

$(function()
{
$("a.extension, a.manual").modalTrigger({width:1024, height:600, type:'iframe'});
})