* Fix bug #19314,19298.
This commit is contained in:
@@ -597,6 +597,8 @@ var oldTestTask = $("#testtask").find("option:selected").val();
|
||||
*/
|
||||
function loadTestTasks(productID, executionID)
|
||||
{
|
||||
if(!$('#testtaskBox').length) return;
|
||||
|
||||
if(typeof(executionID) == 'undefined') executionID = 0;
|
||||
link = createLink('testtask', 'ajaxGetTestTasks', 'productID=' + productID + '&executionID=' + executionID);
|
||||
$.get(link, function(data)
|
||||
|
||||
Reference in New Issue
Block a user