From: Dion O. <dol...@us...> - 2005-11-24 12:59:25
|
Update of /cvsroot/magicajax/magicajax/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12328/magicajax/Core Modified Files: MagicAjaxModule.cs Log Message: small fix Index: MagicAjaxModule.cs =================================================================== RCS file: /cvsroot/magicajax/magicajax/Core/MagicAjaxModule.cs,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** MagicAjaxModule.cs 24 Nov 2005 12:29:47 -0000 1.29 --- MagicAjaxModule.cs 24 Nov 2005 12:59:12 -0000 1.30 *************** *** 484,489 **** { AjaxCallHelper.Redirect(_response.RedirectLocation); - _response.Flush(); - return; } #endif --- 484,487 ---- |