Use .workspace rather than body for keybindings

This commit is contained in:
Matt Colyer
2013-11-19 16:57:10 -08:00
parent ce098e587f
commit 33538a5ed7
4 changed files with 6 additions and 6 deletions

View File

@@ -22,6 +22,6 @@
}
</script>
</head>
<body tabindex="-1">
<body class="workspace" tabindex="-1">
</body>
</html>