mirror of
https://github.com/rembo10/headphones.git
synced 2026-08-17 13:41:09 +01:00
6b30ed0ba6
Changed all Using href="#" to href="javascript:void(0)". Using "#" causes the browser to jump to the top of the page when the hyperlink is clicked (default empty # anchor position). Using "javascript:void(0)" will not change the browser's scroll position.