update files

This commit is contained in:
nuintun 2015-12-02 13:53:16 +08:00
parent cc319fb1d0
commit b4ab13c0f4

View File

@ -106,7 +106,7 @@
document.getElementById('term').innerHTML = xterm.toString('html');
setTimeout(write, 1000);
setTimeout(write, 1000 - new Date().getMilliseconds());
}
write();