mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Loads current text statically. Faster loading
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