Thanks!
That worked great for my translator:
Used to be:
google.load("language", "1");
google.setOnLoadCallback(init);
Now It is:
google.load('language', '1', {callback : function(){
init();
}});
Thanks!
Em sexta-feira, 5 de agosto de 2011 01h19min56s UTC-3, yesh escreveu:
>
> I
Your solution worked perfectly!
I'm now using for my translator:
google.load('language', '1', {callback : function(){
init();
}});
Instead of:
google.load("language", "1");
google.setOnLoadCallback(init);
Thanks!
Em sexta-feira, 5 de agosto de 2011 10h38min51s UTC-3, jgeerdes [AJAX APIs
"