From 1bbf430c5fc6c2ae4495b6c22fc379d6fa7a3738 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Mon, 8 Feb 2016 10:10:48 -0500 Subject: [PATCH] Fixed folders for static Former-commit-id: 4d35a63d79a2559b84942c367fe2661d3aa4c05c [formerly 854233d77cd5b2899730073ae2df31e376f62105] [formerly 4f6395b69f9cefc5ab2d0963116fd0404b9c93f5 [formerly 6c32d08c5dbf9e84cb429a58cefbab3800b61ef3]] Former-commit-id: c799a74322aed4d6a2c884c0fff88a7b690cfba7 [formerly 791f7519e3541687550db65fd8ff30ae7905dbe6] Former-commit-id: 48b7406f6996921787a4ee34f7394414fa928014 --- 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 7024f80..6e2f20d 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 = 100; //time in ms, 5 second for example + var doneTypingInterval = 500; //time in ms, 5 second for example var pollToGetNewestCopyInterval = 10000; //on keyup, start the countdown $('#emit').keyup(function() {