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

update SocketHttpListener

This commit is contained in:
Luke Pulverenti 2016-08-04 15:05:52 -04:00
parent 0c9d201edd
commit 8dbdfe3be1
8 changed files with 24 additions and 141 deletions

View file

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