You are not logged in.
Pages: 1
How can I change the title in the browser from "user@eyeos" to "My Custom Title"?
I use version 1.9.0.3.
Offline
Hey,
nice to see you here .
Just edit eyeOSxxxxxxxxxx/apps/eyeDesk/app.eyecode on line 21. E.g. change
eyex('runjs',array('js' => 'document.title = %s; window.onbeforeunload = function() { return ""; };','tokens' => array($currentUser . '@' . EYEOS_HOSTNAME)));
to
eyex('runjs',array('js' => 'document.title = %s; window.onbeforeunload = function() { return ""; };','tokens' => array('My Custom Title')));
Hope this helped?!
Best regards,
Lars Knickrehm
The oneye project.
Offline
Pages: 1