Quote:
Originally Posted by jnjitkoff
How are things going with documentation? Even if full autoupdate isn't well polished yet, It'd be great if you could post some preliminary stuff if you could. I'm eager to get a couple scripts (for text to speech and audio playing) working from a web UI.
I'm eagerly awaiting your findings 
|
Hi there!
I'm sorry but I'm a bit busy ATM (thesis....


)
As regards the full update, if you want to reload all your external JS, html, images and similar, you just need to use the plain JS bit:
Code:
window.location.reload(true)
This will trigger a full update of external resources in a HTML page.
If you need something about the communication system, you need to wait a little more as this is a bit more complicated.
Let me know if you need something else!