store.oncomplete = function(o){
if(o.newVersion){
updateDb(screenId, o.newVersion);
}
}
I ended up fixing it - sorry for posting in this thread....
On Oct 30, 1:19 am, Adam Docherty <[EMAIL PROTECTED]> wrote:
> How come the store.oncomplete keeps firing?
>
> This doesn't happen on the first load (ie when the store is first
> created), it happens if you refresh after the store is created. Then if
> you take the browser offline it stops, and when you put the browser back
> online it DOESN'T start firing again. Really strange.... it wouldn't be
> so bad if it was consistant