JS files description and management

All js plugins used in the template are initialized in js/libs-init.js.

The libs-init.js file is well organized and provides the following structure:

  1. Description of the script plugin
  2. File name responsible for the current script plugin
  3. Link for the plugin documentation
  4. Initialize function.

JS files management

In order to disable any of the scripts used, you need either to delete the script function or comment it out like this /* commented code */