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

Remove getParameterByName global

This commit is contained in:
Bill Thornton 2022-04-05 15:58:12 -04:00
parent 8e66ba315a
commit 67169e2a6a
12 changed files with 23 additions and 15 deletions

View file

@ -2,6 +2,7 @@ import escapeHtml from 'escape-html';
import 'jquery';
import '../../../../elements/emby-checkbox/emby-checkbox';
import Dashboard from '../../../../scripts/clientUtils';
import { getParameterByName } from '../../../../utils/url.ts';
function fillItems(elem, items, cssClass, idPrefix, currentList, isEnabledList) {
let html = '<div class="checkboxList paperList" style="padding: .5em 1em;">';