Java mind map appears in all questions after the custom code | XM Community
Question

Java mind map appears in all questions after the custom code

  • 11 January 2019
  • 3 replies
  • 2 views

Hi -- I'm trying to debug a problem. We created a little mind map program which allows users to connect nodes in their network. All the data is stored in embedded fields. However, after the question that contains the code, that map appears on the bottom of every subsequent question.

3 replies

Hello @shumate ,

If you have written the code in the header section, then it will run on each page. Hence this may be the reason for map to appear on every subsequent question.

Also, if the code is written using Class name of the question then also the map will appear on the subsequent question of the same page
I've tried eliminating all my custom CSS and the script running in the header, just to try to identify the location of the problem. Neither of these worked --- any other thoughts on where I mi
Userlevel 7
Badge +27

Hi shumate , you have probably moved on from this project by now, but is there any chance you might be able to share the code you used for the mind map?

Leave a Reply