Skip to content

Commit 0982ac3

Browse files
added ui,ad and other area js files
1 parent 6116ee8 commit 0982ac3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

1991/javascripts/ui.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// 1. Mark the function as ASYNC
22
async function renderPlaylist() {
3+
console.log('ednet ui js is loaded')
34
const urlParams = new URLSearchParams(window.location.search);
45
const title = urlParams.get('title');
56
const topic = urlParams.get('topic');
@@ -76,4 +77,4 @@ async function renderPlaylist() {
7677
});
7778
}
7879

79-
document.addEventListener('DOMContentLoaded', renderPlaylist);
80+
renderPlaylist();

0 commit comments

Comments
 (0)