Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Html bobswift
<iframe width="560" height="315" src="https://www.youtube.com/embed/Vb5SpeysQWg" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>

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

Code Block
if(argv["screen"] == "trans_41") {
    lfHide("comments_tab");
    lfHide("addComment");
}