We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Comments
You will need to replace the URL on line 3 with the appropriate KB number/URL. If you have multiple articles you want to apply this to, multiple URLs can be added to that if statement using the || operator. For example:
if(url.indexOf("/KnowledgeBase/View/1") > -1 || url.indexOf("/KnowledgeBase/View/2") > -1 ){