Disable Splash Screen

General conversation about our product. Get help with your 'How To' questions.
Post Reply
avantix
Posts: 1
Joined: Wed Aug 08, 2018 3:33 pm

Disable Splash Screen

Post by avantix » Wed Aug 08, 2018 3:40 pm

Hello friends,

How could disable the splash screen when i start a TSPlus session?

Image

juwagn
Site Admin
Posts: 239
Joined: Wed Oct 15, 2014 8:25 pm

Re: Disable Splash Screen

Post by juwagn » Fri Aug 10, 2018 9:11 am

Hello,

in www\software\html5\settings.js look please for
W.splashscreencontent = "
you can set it empty
or
W.splashscreentime = 5000;
lower the time (in milliseconds)
or any mouse click on splashscreen while displayed should hide it immediatelly.

Sincerely yours, JW.
TSplus HTML5 and Java web engineer

Post Reply