Files
EasySoft-ZenTaoPMS/module/testsuite/js/common.js
2017-05-16 09:53:51 +08:00

5 lines
108 B
JavaScript

$(document).ready(function()
{
if(typeof(flow) != 'undefined' && flow == 'onlyTest') toggleSearch();
})