Files
EasySoft-ZenTaoPMS/module/testtask/js/create.js
2021-03-04 16:01:28 +08:00

18 lines
357 B
JavaScript
Executable File

/**
* Load execution related builds
*
* @access public
* @return void
*/
function loadProductRelated()
{
loadExecutionBuilds(parseInt($('#execution').val()));
}
/* If the mouse hover over the manage contacts button, give tip. */
$(function()
{
adjustPriBoxWidth();
if($('#execution').val()) loadExecutionBuilds($('#execution').val());
});