mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Merge branch 'master' of https://github.com/nixolas1/Zoff
This commit is contained in:
@@ -11,6 +11,7 @@ $(document).ready(function()
|
||||
});
|
||||
find = false;
|
||||
$("html").keydown(function(event) {
|
||||
return;
|
||||
if ((event.keyCode == 27 && find) || (event.ctrlKey && event.keyCode === 70))
|
||||
{
|
||||
find = !find;
|
||||
|
||||
Reference in New Issue
Block a user