mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
stub out process throttle
This commit is contained in:
parent
377e169961
commit
c7aae76f72
5 changed files with 7 additions and 15 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
function populateLanguages(page, config, languages) {
|
||||
|
||||
var html = '<div data-role="controlgroup" data-corners="false" style="margin:0;">';
|
||||
var html = '<div data-role="controlgroup" style="margin:0;">';
|
||||
|
||||
for (var i = 0, length = languages.length; i < length; i++) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue