When there is a large report and you open an element down in the page it would scroll back up which make it a bit of a pain to actually consume the report.
While im not a html/jquery expert it seem's that this boils down to using
href="javascript:void(0)" instead of href="#" in Get-HTMLContentOpen.
While this works well for section item i do not know if it would break anything else.
When there is a large report and you open an element down in the page it would scroll back up which make it a bit of a pain to actually consume the report.
While im not a html/jquery expert it seem's that this boils down to using
href="javascript:void(0)" instead of href="#" in Get-HTMLContentOpen.
While this works well for section item i do not know if it would break anything else.