• Can you guys remove the alert on media/js/pointer.js ? Every time I visit customize theme page, this alert bugs me.. πŸ™

    I don’t think this alert gives any value to the end user.

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

    $(‘#menu-comments’).pointer({
    content: pointerContent,
    position: {
    edge: ‘left’, // arrow direction
    align: ‘center’ // vertical alignment
    },
    pointerWidth: 350,
    close: function() {
    $.post(ajaxurl, {
    pointer: ‘disqus_settings_pointer’, // pointer ID
    action: ‘dismiss-wp-pointer’
    });
    }
    }).pointer(‘open’);
    });

    https://ww.wp.xz.cn/plugins/disqus-comment-system/

The topic ‘pointer.js loaded – remove the alert please’ is closed to new replies.