• Hi there, still loving your plugin! ??

    I noticed a small bug: On ACF field group screens, I get this error:

    
    Uncaught ReferenceError: _ is not defined
    https://[xxx]/plugins/toolbar-publish-button/js/tpb-acf.js?ver=1.6.2 line 3
    
Viewing 1 replies (of 1 total)
  • Thread Starter Rasso Hilber

    (@nonverbla)

    Any news on this? A real simple fix would be to put this in line 2 of tbp-acf.js:

    
    if( typeof _ === 'undefined' ) return;
    

    ??

Viewing 1 replies (of 1 total)
  • The topic ‘_ is not defined’ is closed to new replies.