mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Faster updating
This commit is contained in:
@ -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 = 1000; //time in ms, 5 second for example
|
var doneTypingInterval = 100; //time in ms, 5 second for example
|
||||||
|
|
||||||
//on keyup, start the countdown
|
//on keyup, start the countdown
|
||||||
$('#emit').keyup(function() {
|
$('#emit').keyup(function() {
|
||||||
|
Reference in New Issue
Block a user