Commit b5d25975 authored by Sam Rushing's avatar Sam Rushing

backspace: disable 'back button' behavior

parent 7d8a6d95
......@@ -45,6 +45,7 @@ $(document).keydown (
if (event.which == 8) {
// backspace
connection.send ('B');
return false;
}
}
);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment