mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-18 20:41:27 +00:00
7 lines
90 B
JavaScript
Vendored
7 lines
90 B
JavaScript
Vendored
window.pixelfed.shortcuts = {
|
|
load: () => {
|
|
document.onkeyup = function(e) {
|
|
}
|
|
}
|
|
}
|
|
|