1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Fixed folders for static

Former-commit-id: 4d35a63d79a2559b84942c367fe2661d3aa4c05c [formerly 854233d77cd5b2899730073ae2df31e376f62105] [formerly 4f6395b69f9cefc5ab2d0963116fd0404b9c93f5 [formerly 6c32d08c5d]]
Former-commit-id: c799a74322aed4d6a2c884c0fff88a7b690cfba7 [formerly 791f7519e3541687550db65fd8ff30ae7905dbe6]
Former-commit-id: 48b7406f6996921787a4ee34f7394414fa928014
This commit is contained in:
Zack Scholl 2016-02-08 10:10:48 -05:00
parent 3a455131cc
commit 1bbf430c5f

View File

@ -2,7 +2,7 @@ $(document).ready(function() {
var isTyping = false; var isTyping = false;
var typingTimer; //timer identifier var typingTimer; //timer identifier
var updateInterval; 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; var pollToGetNewestCopyInterval = 10000;
//on keyup, start the countdown //on keyup, start the countdown
$('#emit').keyup(function() { $('#emit').keyup(function() {