diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/dmesg.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/dmesg.js index 9050d1cb12..82e8bba6a1 100644 --- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/dmesg.js +++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/dmesg.js @@ -135,7 +135,7 @@ return view.extend({ ); scrollDownButton.addEventListener('click', () => { scrollUpButton.scrollIntoView(); - scrollUpButton.blur(); + scrollDownButton.blur(); }); const scrollUpButton = E('button', { @@ -145,7 +145,7 @@ return view.extend({ ); scrollUpButton.addEventListener('click', () => { scrollDownButton.scrollIntoView(); - scrollDownButton.blur(); + scrollUpButton.blur(); }); const self = this;