Configuration
The configuration file custom.js for the operationsGui is stored in the ./operations_gui directory beside the ./config directory.
For release < 1.3.9 you find the custom.js in the ./config/html directory.
In the custom.js are some variables which are defaults when the site is loaded but can be overwritten via cookies.
The custom.js of version 1.3.9 contains the following variables:
_disable_cookie_settings
- Possible values are
true
andfalse
. - If
false
then almost all following variables are stored in cookies,
so that these settings are only default values and will be overwritten via the cookies. - If
true
then only filters are read from cookies whereat the
defined correspondent filters in this file have priority.
_disable_cookie_settings = false;