Skip to content

Commit bc4be4b

Browse files
added ui,ad and other area js files
1 parent 677a05f commit bc4be4b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

1991/javascripts/ui.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function renderPlaylist() {
1515
const topic = urlParams.get('topic');
1616
const country = urlParams.get('cn');
1717

18-
console.log(title)
18+
1919
if(title){
2020
$('#title').text(title);
2121
}
@@ -66,10 +66,8 @@ function renderPlaylist() {
6666
});
6767
}
6868

69-
$(function(){
70-
71-
// Run the function
72-
document.addEventListener('DOMContentLoaded', renderPlaylist);
69+
70+
document.addEventListener('DOMContentLoaded', renderPlaylist);
7371

7472

75-
});
73+

0 commit comments

Comments
 (0)