1
0
Fork 0
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:
Luke Pulverenti 2015-02-27 12:43:06 -05:00
parent 377e169961
commit c7aae76f72
5 changed files with 7 additions and 15 deletions

View file

@ -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++) {