Skip to content

Don't run window.prepare_charts if not using stitching tab

Summary of Changes

Short circuits the call to window.prepare_charts if the user isn't viewing the stitching tab. The JS called there is not necessary, and it broke the UI at the very end of the tutorial when it was called in such a situation.

Checklist

  • The MR has a clear and concise title
  • Code is self-documented and follows style guidelines.
  • Automated tests are written and pass successfully.
  • Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable)
  • Readme file is present and up-to-date.

Documentation Updates

Additional Notes

Closes #41

Merge request reports