Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Blank screen after embedding vanilla inside a window.addEvent('load'...); using Mootools
Hi,
I got a blank screen after embedding vanilla inside a window.addEvent('load'...); using Mootools.
How can I fix that?
thanks in advance,
cirpo
I got a blank screen after embedding vanilla inside a window.addEvent('load'...); using Mootools.
How can I fix that?
thanks in advance,
cirpo
0
Comments
we add the embedder script like this:
window.addEvent("domready", function(){
new Element("script", { type: "text/javascript", src: "http://test.domain.com/plugins/embedvanilla/remote.js" }).inject($("middle"), "bottom");
});
the page look like this https://gist.github.com/791939