znt/module/extension/js/common.js

5 lines
104 B
JavaScript

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