clean1
This commit is contained in:
@@ -106,15 +106,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer"></div>
|
||||
<script>
|
||||
// Function to scroll to section based on dropdown selection
|
||||
function navigateToSection(select){
|
||||
const id = select.value;
|
||||
if(id){
|
||||
const el = document.getElementById(id);
|
||||
el.scrollIntoView({behavior:'smooth'});
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<a href="#top" title="Back to Top">🔝</a>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user