mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Fixed folders for static
This commit is contained in:
parent
53117ac67a
commit
6c32d08c5d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user