Christoph Kolb

Results 1 issues of Christoph Kolb

The app was calling window.location.hash repeatedly on slider changes, causing the browser to crash the app due to too many location changes. This change fixes that problem by using window.history.pushState...