Strap1

Results 1 issues of Strap1

I have written (what I think is) a better solution for loading videos from the URL hash. ``` if (window.location.hash) { var hash = window.location.hash.substring(0); var track = document.body.querySelectorAll('*[href="' +...