1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update script loading

This commit is contained in:
Luke Pulverenti 2015-11-28 16:26:31 -05:00
parent 7b5f61d2d2
commit 94c3abe443
8 changed files with 67 additions and 156 deletions

View file

@ -1,16 +1,4 @@
$.fn.checked = function (value) {
if (value === true || value === false) {
// Set the value of the checkbox
return $(this).each(function () {
this.checked = value;
});
} else {
// Return check state
return this.length && this[0].checked;
}
};
function getWindowLocationSearch(win) {
function getWindowLocationSearch(win) {
var search = (win || window).location.search;