When I pull up an app e.g. house.lzx?lzr=dhtml and click 'Compile' on the dev console, lzoptions is appended to the URL instead of replacing the old syntax:
> > house.lzx?lzr=dhtml&lzoptions=runtime(dhtml),lzusemastersprite(false) > > Oh that is actually I bug, the dev console is supposed to omit the "lzr" query arg and other ones that are redundant with ones in the lzoptions string, I'll fix that.
