Fix bug with check box highlighting of previously selected decays
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).