summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dingus.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/dingus.html b/dingus.html
index 5f91523..6f9193b 100644
--- a/dingus.html
+++ b/dingus.html
@@ -74,6 +74,7 @@ $(document).ready(function() {
$("#text").keydown(function (e) {
if (e.which == 9) {
e.preventDefault();
+ this.value += "\t";
}
});
parseAndRender();