You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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:

  • Possible values are true and false.
  • 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;
  • No labels