* Adjust code
This commit is contained in:
@@ -95,12 +95,16 @@ $(document).ready(function()
|
||||
$("#submit").attr({"disabled":"disabled"});
|
||||
});
|
||||
}
|
||||
|
||||
if(typeof(window.parent.runCase) != 'undefined') window.parent.runCase = true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
window.parent.triggerHidden();
|
||||
|
||||
$(document).on('click', ".step-group input[type='checkbox']", function()
|
||||
{
|
||||
var $next = $(this).closest('tr').next();
|
||||
|
||||
Reference in New Issue
Block a user