Comment to 'Developer ?: Add js to cache/minimizer'
  • Hello @Wise !

    If this is a good file then you may place it in the inc/js directory and add it to the system preloader via this MySQL command:

    INSERT INTO `sys_preloader`(`module`, `type`, `content`, `active`, `order`) VALUES

    ('system', 'js_system', '[your file name].js', 1, 120);