jimmynotjim / scrollnav

A dependency free JavaScript plugin for auto generating single page navigation
http://scrollnav.com
MIT License
461 stars 127 forks source link

Replace inner html #108

Open makrohard opened 3 years ago

makrohard commented 3 years ago

Changed list creation. Replaced innerHTML with appendChild(). Changes made in createList, createNav and createList.test. Reason: Get the script running with a Content-Security-Policy Header: require-trusted-types-for 'script' and no policy for scrollnav Seems to work fine, all tests pass. This patch shouldn't have changed the behaviour of scrollnav at all. Can't get codepen to load the external ressource from github. Working demo: aequometer.de