mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
add 3 on key event
This commit is contained in:
parent
480673521c
commit
2139e0ef84
@ -638,7 +638,7 @@ if ($config['menu_type'] == 'classic') {
|
|||||||
|
|
||||||
function showinterpreter(){
|
function showinterpreter(){
|
||||||
|
|
||||||
if(event.keyCode == 1 && $("#result_items li.active").length != 0 )
|
if(event.keyCode == 13 && $("#result_items li.active").length != 0 )
|
||||||
{
|
{
|
||||||
window.location = $('#result_items').find("li.active a").attr('href');
|
window.location = $('#result_items').find("li.active a").attr('href');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user