mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-14 13:04:00 +01:00
Added Accesskey for menu links 1 to 7.
ALT + 1-7
This commit is contained in:
@@ -69,3 +69,8 @@ function rotate(degree) {
|
||||
setTimeout(function() { rotate(++degree); },30);
|
||||
}
|
||||
});
|
||||
|
||||
//Acesskey
|
||||
$(document).ready(function(){
|
||||
$("dataTables_filter div input").attr("acesskey", "a");
|
||||
});
|
||||
Reference in New Issue
Block a user