Commit e4f4a5e1 by Harry Rein

Ensuring the up arrow works on the LMS.

parent b0fd8e23
......@@ -67,7 +67,7 @@ $(window).click(function(e) {
});
// Accessibility keyboard controls for user dropdown and mobile menu
$(document).on('keydown', function(e) {
$('.mobile-menu, .global-header').on('keydown', function(e) {
'use strict';
var isNext;
var nextLink;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment