mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update SocketHttpListener
This commit is contained in:
parent
0c9d201edd
commit
8dbdfe3be1
8 changed files with 24 additions and 141 deletions
|
@ -16,12 +16,6 @@
|
|||
|
||||
function updateValues(range, backgroundLower, backgroundUpper) {
|
||||
|
||||
//if (fraction === 0) {
|
||||
// range.classList.add('is-lowest-value');
|
||||
//} else {
|
||||
// range.classList.remove('is-lowest-value');
|
||||
//}
|
||||
|
||||
var value = range.value;
|
||||
requestAnimationFrame(function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue