Usuário:Brandizzi/goahead.js: diferenças entre revisões

Conteúdo apagado Conteúdo adicionado
m
 
Linha 36:
return returnPage;
}
 
function addOnloadHookIfAvailable(f) {
addOnloadHook(aheadGo);
if (typeof addOnloadHook == "undefined") {
console.info("addOnloadHook not available");
return;
}
addOnloadHook(aheadGof);
}
 
addOnloadHookIfAvailable(aheadGo);