[Esbox-commits] r440 - www/includes

raul at garage.maemo.org raul at garage.maemo.org
Mon Feb 25 19:31:30 EET 2008


Author: raul
Date: 2008-02-25 19:31:10 +0200 (Mon, 25 Feb 2008)
New Revision: 440

Modified:
   www/includes/actions.js
Log:


Modified: www/includes/actions.js
===================================================================
--- www/includes/actions.js	2008-02-25 15:10:31 UTC (rev 439)
+++ www/includes/actions.js	2008-02-25 17:31:10 UTC (rev 440)
@@ -1,19 +1,19 @@
 // JavaScript Document
 function ajaxHTML(id,url){
 
-//Obtém o objeto HTML
+//Obt�m o objeto HTML
 objetoHTML=document.getElementById(id);
 
 //Exibe "Carregando..."
-objetoHTML.innerHTML="Carregando...";
+objetoHTML.innerHTML="Loading...";
 try{
-xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");//mudei a posição
+xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");//mudei a posi��o
 }catch(ee){
 try{
 xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
 }catch(e){
 try{
-xmlhttp = new XMLHttpRequest();//mudei a posição
+xmlhttp = new XMLHttpRequest();//mudei a posi��o
 }catch(E){
 xmlhttp = false;
 }



More information about the Esbox-commits mailing list