equal
deleted
inserted
replaced
444 'challenge' : challenge_data, |
444 'challenge' : challenge_data, |
445 'crypt_data' : crypt_data, |
445 'crypt_data' : crypt_data, |
446 'level' : ajax_auth_level_cache |
446 'level' : ajax_auth_level_cache |
447 }; |
447 }; |
448 |
448 |
|
449 window.console.debug(json_data); |
449 json_data = toJSONString(json_data); |
450 json_data = toJSONString(json_data); |
450 json_data = ajaxEscape(json_data); |
451 window.console.debug(json_data); |
|
452 json_data = ajaxAltEscape(json_data); |
|
453 window.console.debug(json_data); |
451 |
454 |
452 var loading_win = '<div align="center" style="text-align: center;"> \ |
455 var loading_win = '<div align="center" style="text-align: center;"> \ |
453 <p>Logging in...</p> \ |
456 <p>Logging in...</p> \ |
454 <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> \ |
455 </div>'; |
458 </div>'; |