Files
EasySoft-ZenTaoPMS/module/bug/js/view.js
T
2022-06-01 09:14:12 +00:00

10 lines
144 B
JavaScript

$(document).ready(function()
{
limitIframeLevel();
});
$('#tostory').click(function()
{
if(!confirm(confrimToStory)) return false;
});