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": {
"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);