mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated nuget for live tv
This commit is contained in:
parent
b96d16576f
commit
a94cd703d0
1 changed files with 24 additions and 1 deletions
|
@ -632,3 +632,26 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
})(jQuery, document, window, window.FileReader, escape);
|
})(jQuery, document, window, window.FileReader, escape);
|
||||||
|
|
||||||
|
function onMouseOver() {
|
||||||
|
|
||||||
|
}
|
||||||
|
function onMouseOut() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
function bindEvents() {
|
||||||
|
|
||||||
|
var document = 1;
|
||||||
|
|
||||||
|
var parentDiv = document.createElement('div');
|
||||||
|
var childDiv = document.createElement('div');
|
||||||
|
|
||||||
|
document.body.appendChild(parentDiv);
|
||||||
|
parentDiv.appendChild(childDiv);
|
||||||
|
var myObj = '';
|
||||||
|
|
||||||
|
var div = document.getElementById('id');
|
||||||
|
myObj.element = div;
|
||||||
|
div.obj = myObj;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue