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(){
|
||||
|
||||
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');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue