equal
deleted
inserted
replaced
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> \ |