1
0
Fork 0
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:
Luke Pulverenti 2013-11-25 11:15:31 -05:00
parent b96d16576f
commit a94cd703d0

View file

@ -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;
}