Skip to end of banner
Go to start of banner

Hide the comment field during a transition (UI)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

This live field script will get called during a transition and will hide the comments field.

if(argv["screen"] == "trans_41") {
    lfHide("comments_tab");
    lfHide("addComment");
}
  • No labels