Skip to content

Fix bug with check box highlighting of previously selected decays

Dillon Scott Fitzgerald requested to merge dillon/selected_decays_bugfix into alpha

This seems to fix the bug where the check box highlighting is not working properly after reloading a previous session. I do not fully understand why the previous implementation was not working in this case though... The problem seems to be a problem matching complicated JavaScript objects after they are loaded from the browser history, but a simple string matching worked fine.

This closes #54 (closed).

Merge request reports