removed unnecessary line

This commit is contained in:
jous 2013-01-09 01:47:30 +02:00
parent 916d44d3f4
commit aa2d687a15

View File

@ -3386,7 +3386,6 @@ AJAX.registerOnload('functions.js', function() {
// ctrl-enter is 10 in chrome and ie, but 13 in ff
if (e.ctrlKey && (e.keyCode == 13 || e.keyCode == 10)) {
$("#button_submit_query").submit();
return false;
}
});
codemirror_editor.focus();