common.js 104 B

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