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"); }