Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    This is a diagnostic message that should not be printed, but i forgot to disable it. Does no harm, will be fixed next version.

    If you want to get rid of it, edit wppa.min.js line 314 reads:

    function wppaConsoleLog(arg){wppaDebug=true;if(typeof(console)!='undefined'&&wppaDebug){console.log(arg);}}

    change to:

    function wppaConsoleLog(arg){if(typeof(console)!='undefined'&&wppaDebug){console.log(arg);}}

    i.e.: remove wppaDebug=true;

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Fixed 5.4.0

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Doing autocol 1’ is closed to new replies.