We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677a05f commit bc4be4bCopy full SHA for bc4be4b
1991/javascripts/ui.js
@@ -15,7 +15,7 @@ function renderPlaylist() {
15
const topic = urlParams.get('topic');
16
const country = urlParams.get('cn');
17
18
- console.log(title)
+
19
if(title){
20
$('#title').text(title);
21
}
@@ -66,10 +66,8 @@ function renderPlaylist() {
66
});
67
68
69
-$(function(){
70
-
71
- // Run the function
72
- document.addEventListener('DOMContentLoaded', renderPlaylist);
+document.addEventListener('DOMContentLoaded', renderPlaylist);
73
74
75
-});
0 commit comments