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

Faster updating

This commit is contained in:
Zack Scholl 2016-02-07 17:05:39 +00:00
parent 88cce8cfa2
commit 8c52173484

View File

@ -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() {