Hide the comment field during a transition
This live field script is called during a transition and hides the Comments field.
if(argv["screen"] == "trans_41") {
lfHide("comments_tab");
lfHide("addComment");
}
This live field script is called during a transition and hides the Comments field.
if(argv["screen"] == "trans_41") {
lfHide("comments_tab");
lfHide("addComment");
}