test page
This commit is contained in:
parent
0f2ff36983
commit
b47d2bd174
@ -5744,6 +5744,10 @@ grecaptcha.ready(function () {
|
|||||||
if ((e.ctrlKey || e.metaKey) && e.key.toLowerCase()==='s') {
|
if ((e.ctrlKey || e.metaKey) && e.key.toLowerCase()==='s') {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ((e.ctrlKey || e.metaKey) && e.key.toLowerCase()==='p') {
|
||||||
|
e.preventDefault();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user