• Resolved burtatbase

    (@burtatbase)


    Hello,

    Having a slight problem it seems with the latest version of Redirector.

    in Redirector.js, the lines:

    treeSelect.on(‘change’, function(e){
    obj = jQuery(this);
    redirectPage.val(obj.val());
    });

    urlInput.on(‘change blur’, function(e){
    obj = jQuery(this);
    redirectUrl.val(obj.val());
    });

    Are throwing the error that (for example) treeSelect.on is not a function.

    This causes other JavaScript not to run and is a general annoyance which I wanted to bring to your attention. I haven’t experienced this error in the past with Redirector, and it happens regardless of what the redirect is set to in the metabox (Page, URL, child or otherwise).

    If you need any more information about the problem just ask.

    Thanks.

    http://ww.wp.xz.cn/extend/plugins/redirector/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Redirector] Broken JavaScript in latest version’ is closed to new replies.