From 88d1463cd75fbdedfbd4eb9507be3f076ce9c0a8 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 7 Feb 2016 17:05:39 +0000 Subject: [PATCH] Faster updating Former-commit-id: d95a6e65969ae44a87ca5f705e98973ca8b6d499 [formerly 41145c54c8b0d5eccfca8f11f7b6d1f5bbec5cf4] [formerly 74f59fa690178790d3e3ca03a16a35e7a07c2c02 [formerly a20420cdb793e7aec8c3a271cbbf45fcee039757 [formerly 8c52173484c49eb642d641dfea4d66a1b8f6cbaa]]] Former-commit-id: a8dcf6097d6e961d73f3de4abb55b1138119eaf5 [formerly 30ca5b6878485711f33f75143c11c62ef00fc354] Former-commit-id: a297a38187e5ec94f12146429a76268d9d71d6d1 Former-commit-id: 2a83b3dd531ac129c9019dd0bdbd774f3f02df5f --- static/js/cowyo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/cowyo.js b/static/js/cowyo.js index 26059d7..a80fbe5 100644 --- a/static/js/cowyo.js +++ b/static/js/cowyo.js @@ -2,7 +2,7 @@ $(document).ready(function() { var isTyping = false; var typingTimer; //timer identifier var updateInterval; - var doneTypingInterval = 1000; //time in ms, 5 second for example + var doneTypingInterval = 100; //time in ms, 5 second for example //on keyup, start the countdown $('#emit').keyup(function() {