Bob Schellink wrote:

As a workaround you can try to add the following JavaScript script snippet in your container Page:

if (typeof(Click) != 'undefined')");
    script.append("if (typeof(Click.domready) != 'undefined')");
        script.append("Click.domready.ready = true;


Sorry the snippet should be:

if (typeof(Click) != 'undefined')
    if (typeof(Click.domready) != 'undefined')
        Click.domready.ready = true;

Reply via email to