mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Loads current text statically. Faster loading
Former-commit-id: d8982466a6736a191c38eb84a185d9f94cf6c05f [formerly 83a34868f75173681e4eef3a5f600a4c739767ac] [formerly dfa3b885a9d93a3937e58ce9a4c8bfdecf5b2023 [formerly 182389dbb1
]]
Former-commit-id: 135a25cfa4f97a3d812a9ddcd9fd26d016698742 [formerly f6c9c85696b25c06fcf5899d064d58b6eba0c0cc]
Former-commit-id: b2d7009ee9ddc1505cc07c461c55ba205756e609
This commit is contained in:
@ -54,7 +54,7 @@ $(document).ready(function() {
|
||||
}
|
||||
|
||||
c.onopen = function(){
|
||||
updateText();
|
||||
// updateText();
|
||||
updateInterval = setInterval(updateText, pollToGetNewestCopyInterval);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user