avoid potential dom confusion (ie8 is already no-js)

This commit is contained in:
ed 2023-11-26 20:08:52 +00:00
parent fdddd36a5d
commit f902779050
3 changed files with 1 additions and 3 deletions

View file

@ -1505,7 +1505,7 @@ TLDR: yes
| play ogg/opus | - | - | - | - | yep | yep | `*3` | yep |
| **= feature =** | ie6 | ie9 | ie10 | ie11 | ff 52 | c 49 | iOS | Andr |
* internet explorer 6 to 8 behave the same
* internet explorer 6 through 8 behave the same
* firefox 52 and chrome 49 are the final winxp versions
* `*1` yes, but extremely slow (ie10: `1 MiB/s`, ie11: `270 KiB/s`)
* `*3` iOS 11 and newer, opus only, and requires FFmpeg on the server

View file

@ -931,7 +931,6 @@ var set_lno = (function () {
// hotkeys / toolbar
(function () {
var keydown = function (ev) {
ev = ev || window.event;
var kc = ev.code || ev.keyCode || ev.which,
editing = document.activeElement == dom_src;

View file

@ -277,7 +277,6 @@ function anymod(e, shift_ok) {
function ev(e) {
e = e || window.event;
if (!e)
return;