* Modify the drop-down range of versions when submitting tests.
This commit is contained in:
@@ -37,5 +37,5 @@ function loadExecutions(productID)
|
||||
$(function()
|
||||
{
|
||||
adjustPriBoxWidth();
|
||||
if($('#execution').val()) loadExecutionBuilds($('#execution').val());
|
||||
if($('#execution').val() != 0) loadExecutionBuilds($('#execution').val());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user