Commit 77cf6b95 authored by Andreas Heimann's avatar Andreas Heimann

song detail page

parent c32bc0f5
......@@ -200,6 +200,7 @@
<!-- Scripts -->
<script src="./assets/js/navigation.js"></script>
<script src="./assets/js/section.startup.js"></script>
<script src="./assets/js/section.songdetail.js"></script>
<!-- <script src="./assets/js/app.js"></script> -->
</body>
</html>
\ No newline at end of file
......@@ -41,4 +41,6 @@ function NavigateToSongDetail(songId) {
// Load Detail
DOMSectionSongDetail.classList.add("active");
LoadSongDetail(songId);
}
\ No newline at end of file
function LoadSongDetail(songId) {
console.log(songId);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment