Don't prevent tabbing to `Run SQL` button (#117)

See comment in #115
pull/104/head
Robert Gieseke 2017-11-18 01:53:42 +01:00 zatwierdzone przez Simon Willison
rodzic 0b702f3679
commit 6d39429daa
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -93,7 +93,8 @@
editor.setOption("extraKeys", {
"Shift-Enter": function() {
document.getElementsByClassName("sql")[0].submit();
}
},
Tab: false
});
</script>