• bit-web

    (@bit-web)


    When Disqus Comment System plugin is active and I click on the admin menu item “Appearance – Customize”, I get an alert that says “pointer.js loaded”. Why? This happens only if the Disqus plugin is active.

    Note: I have not yet configured the plugin with my Disqus access data.

    Thanks.

    https://wordpress.org/plugins/disqus-comment-system/

Viewing 1 replies (of 1 total)
  • disqus-comment-system/media/js/pointer.js contains:

    jQuery(document).ready( function($) {
        alert('pointer.js loaded');
        console.log('pointerContent', pointerContent);

    This looks like debugging code which was never removed. Please remove!

Viewing 1 replies (of 1 total)

The topic ‘Js alert when plugin is active’ is closed to new replies.