Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
Desktop Client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SpinShare
Desktop Client
Commits
77cf6b95
Commit
77cf6b95
authored
Mar 31, 2020
by
Andreas Heimann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
song detail page
parent
c32bc0f5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
src/app.htm
src/app.htm
+1
-0
src/assets/js/navigation.js
src/assets/js/navigation.js
+2
-0
src/assets/js/section.songdetail.js
src/assets/js/section.songdetail.js
+3
-0
No files found.
src/app.htm
View file @
77cf6b95
...
@@ -200,6 +200,7 @@
...
@@ -200,6 +200,7 @@
<!-- Scripts -->
<!-- Scripts -->
<script
src=
"./assets/js/navigation.js"
></script>
<script
src=
"./assets/js/navigation.js"
></script>
<script
src=
"./assets/js/section.startup.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> -->
<!-- <script src="./assets/js/app.js"></script> -->
</body>
</body>
</html>
</html>
\ No newline at end of file
src/assets/js/navigation.js
View file @
77cf6b95
...
@@ -41,4 +41,6 @@ function NavigateToSongDetail(songId) {
...
@@ -41,4 +41,6 @@ function NavigateToSongDetail(songId) {
// Load Detail
// Load Detail
DOMSectionSongDetail
.
classList
.
add
(
"
active
"
);
DOMSectionSongDetail
.
classList
.
add
(
"
active
"
);
LoadSongDetail
(
songId
);
}
}
\ No newline at end of file
src/assets/js/section.songdetail.js
0 → 100644
View file @
77cf6b95
function
LoadSongDetail
(
songId
)
{
console
.
log
(
songId
);
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment