Error javascript window.jstiming
Publicado por Emilino (1 intervención) el 01/04/2009 21:24:28
Para el que utiliza Google maps desde el dia d hoy me empezo a saltar este error por suerte lo pude solucionar aca les dejo como.
Agregar en el head
<script type="text/javascript">
(function(){function a(){this.t={};this.tick=function(c){this.t[c]=(new Date).getTime()};this.tick("start")}var b=new a;window.jstiming={Timer:a,load:b};if(window.external&&window.external.pageT)window.jstiming.pt=window.external.pageT;})();
var _tocPath_ = '/html/intl/es_ALL/apis/maps/documentation/_toc.ezt';
</script>
</head>
Despues borren el cache de navegador y anda.
Lo saque viendo el codigo fuente de un ejemplo de la Api de google
Suerte espero que les sirva.
Agregar en el head
<script type="text/javascript">
(function(){function a(){this.t={};this.tick=function(c){this.t[c]=(new Date).getTime()};this.tick("start")}var b=new a;window.jstiming={Timer:a,load:b};if(window.external&&window.external.pageT)window.jstiming.pt=window.external.pageT;})();
var _tocPath_ = '/html/intl/es_ALL/apis/maps/documentation/_toc.ezt';
</script>
</head>
Despues borren el cache de navegador y anda.
Lo saque viendo el codigo fuente de un ejemplo de la Api de google
Suerte espero que les sirva.
Valora esta pregunta


0