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

localize library changed messages per user

This commit is contained in:
Luke Pulverenti 2013-05-21 23:42:25 -04:00
parent 36aa7c2202
commit f57989af20

View file

@ -256,7 +256,7 @@
if (next) { if (next) {
next.focus(); next.focus();
} }
return false;
} }
// Up // Up
@ -269,7 +269,7 @@
} else { } else {
$('#txtSearch', parentElem)[0].focus(); $('#txtSearch', parentElem)[0].focus();
} }
return false;
} }
}); });
@ -284,6 +284,7 @@
first.focus(); first.focus();
} }
return false;
} }
}).on("keyup", function (e) { }).on("keyup", function (e) {