www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0895c284d3ed3d9b15ad8d694ed9bca0a5ece8b8
parent f73d5f0094cceb5b76150c0d9268edf4c931a07e
Author: zorkow <volker.sorge@gmail.com>
Date:   Mon, 31 Aug 2015 19:56:07 +0100

Passes through unused key events.

Diffstat:
Munpacked/extensions/MathMenu.js | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/unpacked/extensions/MathMenu.js b/unpacked/extensions/MathMenu.js @@ -193,8 +193,13 @@ }, ".MathJax_MenuClose:hover span": { "background-color":"#CCC!important" + }, + ".MathJax:focus": { + display:"inline-block", + outline:"none", + border:"1px dotted", + margin:"-1px" } - } }); @@ -236,6 +241,7 @@ this.Space(event, menu); break; default: + return; break; } return FALSE(event);