mirror of
https://github.com/Michatec/ptelevision.git
synced 2026-04-01 07:56:29 +02:00
Refactor main.js for improved readability
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
var player;
|
||||
var playerData;
|
||||
$(document).ready(function() {
|
||||
$.post("https://ptelevision/pageLoaded", JSON.stringify({}))
|
||||
})
|
||||
|
||||
function GetURLID(link) {
|
||||
if (link == null) return;
|
||||
@@ -142,3 +139,4 @@ window.addEventListener("message", function(ev) {
|
||||
$(document).ready(function() {
|
||||
ChannelDisplay()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user