Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor techotronic

    (@techotronic)

    Hi,

    currently, there is no way to stop the plugin from logging without manual changes.
    I use console.group to group log messages. If you replace the root log message, all other messages will be invisible unless you open the group by clicking on it.

    Open jquery-colorbox-wrapper-min.js and replace the console.group in the statement console.group("jQuery Colorbox log messages"); with console.groupCollapsed like this:
    console.groupCollapsed('jQuery Colorbox log messages');

    I’ll include this change in the next version of the plugin.

    Cheers,
    Arne

    thx for the plugin.
    I made a pull request in your github for jquery-colorbox-wrapper.js and added a DEBUG var to the script, by default is set to 0, setting to 1 / true will show the debug message. Please merge ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable jQuery Colorbox log messages’ is closed to new replies.