common.js 96 B

1234
  1. $(document).ready(function()
  2. {
  3. $("a.preview").modalTrigger({width:1000, type:'iframe'});
  4. })