Passes through unused key events.

This commit is contained in:
zorkow 2015-08-31 19:56:07 +01:00
parent f73d5f0094
commit 0895c284d3

View File

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