Files
EasySoft-ZenTaoPMS/module/release/js/common.js
2014-12-09 05:05:30 +00:00

5 lines
96 B
JavaScript

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