Help text not working properly

Arijit Banerjee March 12, 2015

I have added two separate help text for same field under field configurations of two projects but on click of create issue it works on default load but when I change the project and issue type the help text icons fails to render the text.

 

How do i work on this so it loads properly in all cases.

Note:Help text are different for different  project but for the same field.

1 answer

0 votes
VikasBasra March 13, 2015

Use

<img src="/images/icons/ico_help.png" onclick="AJS.$('#solutionProdFieldHelp').toggle();"/>

instead of javascripts

 

 

Suggest an answer

Log in or Sign up to answer