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