Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.1.0
-
None
-
browpser platform
Description
splashScreenDelay = cfg.getPreferenceValue('SplashScreenDelay') || splashScreenDelay;
The variable ```splashScreenDelay``` later assumed to be an integer but after this line it ends up storing an integer as a string, like "3000".
This causes the splash screen delay always to be 0, as in immediate.