Hide the "return to table of contents" button when on the table of contents home page. | XM Community
Skip to main content
Question

Hide the "return to table of contents" button when on the table of contents home page.

  • January 12, 2021
  • 1 reply
  • 83 views

Forum|alt.badge.img+5

Can this be done?

1 reply

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • February 15, 2021

Use the below code in header:
if(jQuery("#TOCPage").length)
jQuery("#JumpButton").hide();