aboutsummaryrefslogtreecommitdiff
path: root/ui/static/js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/static/js')
-rw-r--r--ui/static/js/bootstrap.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/static/js/bootstrap.js b/ui/static/js/bootstrap.js
index e21efc73..1942ac7f 100644
--- a/ui/static/js/bootstrap.js
+++ b/ui/static/js/bootstrap.js
@@ -35,6 +35,7 @@ document.addEventListener("DOMContentLoaded", function () {
keyboardHandler.on("+", () => goToAddSubscription());
keyboardHandler.on("#", () => unsubscribeFromFeed());
keyboardHandler.on("/", (e) => setFocusToSearchInput(e));
+ keyboardHandler.on("a", () => document.querySelector('.entry-enclosures').toggleAttribute('open'));
keyboardHandler.on("Escape", () => ModalHandler.close());
keyboardHandler.listen();
}