5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
$(function()
|
|
{
|
|
$("a.extension, a.manual").modalTrigger({width:1024, height:600, type:'iframe'});
|
|
})
|