...
If true
then only filters are read from cookies whereat the defined correspondent filters in this file have priority.
No Formatcode |
---|
_disable_cookie_settingsh1.settings = false; |
_sos_lang
Set the interface language.
A language file scheduler_lang_sos_lang.js_ must exist.
If this value is empty then no language file is tried to include and english is used.
At this time 'de'
(german), 'fr'
(french), 'ru'
(russian) and 'es'
(spanish) is supported.
No Formatcode |
---|
_sos_lang = ''; |
_update_periodically
Possible values are true
and false
.
If true
then the periodically update is on.
Code Block |
---|
_update_periodically = false; |
_update_seconds
Interval between the periodically updates in seconds.
Code Block |
---|
_update_seconds = 5;
|