Fix alt+o shortcut not preventing default in Firefox

pull/667/merge
Thibaut Courouble 7 years ago
parent 804fe36f18
commit 9cce390ead

@ -154,5 +154,5 @@ class app.views.EntryPage extends app.View
onAltO: =>
return unless link = @find('._attribution:last-child ._attribution-link')
$.popup(link.href + location.hash)
@delay -> $.popup(link.href + location.hash)
return

Loading…
Cancel
Save