Files
EasySoft-ZenTaoPMS/module/release/js/common.js
2015-11-13 10:55:50 +08:00

5 lines
96 B
JavaScript

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