See [jsfiddle](https://jsfiddle.net/71z2rndw/2/) The alert in `ready` (JS line 3) is not executed due to error: ``` Uncaught TypeError: Cannot read property 'classList' of undefined ``` If remove `target="_blank"` from anchor element (HTML line 12) the app works as expected.