includes/clientside/static/misc.js
changeset 135 c5dbad7ec2d0
parent 133 af0f6ec48de3
child 140 40f7fa5fd061
equal deleted inserted replaced
134:175776498ef1 135:c5dbad7ec2d0
   447   };
   447   };
   448   
   448   
   449   window.console.debug(json_data);
   449   window.console.debug(json_data);
   450   json_data = toJSONString(json_data);
   450   json_data = toJSONString(json_data);
   451   window.console.debug(json_data);
   451   window.console.debug(json_data);
   452   json_data = ajaxAltEscape(json_data);
   452   json_data = encodeURIComponent(json_data);
   453   window.console.debug(json_data);
   453   window.console.debug(json_data);
   454   
   454   
   455   var loading_win = '<div align="center" style="text-align: center;"> \
   455   var loading_win = '<div align="center" style="text-align: center;"> \
   456       <p>Logging in...</p> \
   456       <p>Logging in...</p> \
   457       <p><img alt="Please wait..." src="'+scriptPath+'/images/loading-big.gif" /></p> \
   457       <p><img alt="Please wait..." src="'+scriptPath+'/images/loading-big.gif" /></p> \