Error in 'mobile' page - default settings are not stored

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Error in 'mobile' page - default settings are not stored

Rudy
                    if(Len != 10) {
                        localStorage.MobileLen = Len;
                    }

                    if(DisableTLD) {
                        localStorage.MobileDisableTLD = 'true';
                    }

makes it impossible to return to default values.

Steps to reproduce:
1. Set Len to value other than 10 and check DisableTLD.
2. Generate a password.
3. Set Len back to 10 and uncheck DisableTLD.
4. Generate a password.
5. Refresh page.

Expexted: Len should be 10 and DisableTLD should be unchecked. But they are as they were set in step 1.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Error in 'mobile' page - default settings are not stored

ChrisSGP
Administrator
Those conditionals are a bit silly, aren't they? Thanks for reporting this, I should be able to put a fix up tonight.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Error in 'mobile' page - default settings are not stored

ChrisSGP
Administrator
Ok, I believe I've resolved this issue and a new version has been posted to http://supergenpass.com/mobile/. You may need to hard refresh to load the new version. If anyone added the previous version to their home screen as an HTML5 app, they should delete it and add it again.

Thanks again for bringing this to my attention.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Error in 'mobile' page - default settings are not stored

Rudy
It works fine now. Thanks.
Loading...