init commit
This commit is contained in:
9
twitch_extension_delete/live/public/viewer.js
Normal file
9
twitch_extension_delete/live/public/viewer.js
Normal file
@@ -0,0 +1,9 @@
|
||||
$(document).ready(function() {
|
||||
|
||||
$("#player").click(function() {
|
||||
console.log("loading into main");
|
||||
$("#main").load("player.html");
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user