Fix JS
This commit is contained in:
parent
72e29870cc
commit
8640a96c52
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ $( function() {
|
||||||
* (or second if first is already used...)
|
* (or second if first is already used...)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export function prepareShorcuts() {
|
function prepareShorcuts() {
|
||||||
let shortcuts = {};
|
let shortcuts = {};
|
||||||
|
|
||||||
$('.method-wrapper a').each( function() {
|
$('.method-wrapper a').each( function() {
|
||||||
|
|
Loading…
Reference in a new issue