On Fri, Jan 2, 2015 at 3:58 PM, Vasilis Sikkis <[email protected]> wrote:
> can anyone explain to me how to fixthis problem? > WARNING(4) FAILED_TO_LOAD_EXTERNAL_URL: unknown:///unknown:0+0: failed to > load external url > i have the js file in server of my university but i cant load it to the > caja.load() function right. pls help me > Unfortunately, we don't have a provision for better explanations of failure to load. The most likely cause is that you haven't specified a permissive network access policy. The policy is the second argument to caja.load(); try using caja.policy.net.ALL there. If that doesn't help, please provide a short, complete, runnable code sample that demonstrates the problem so we can understand the problem better. -- --- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
