From: Argiris K. <be...@us...> - 2006-01-06 00:58:44
|
Update of /cvsroot/magicajax/magicajax/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23394/Core Modified Files: MagicAjaxModule.cs Log Message: Change in the AjaxCallObject.js. MagicAjax now invokes all listeners for the 'submit' event (fixes a FCKEditor issue) Index: MagicAjaxModule.cs =================================================================== RCS file: /cvsroot/magicajax/magicajax/Core/MagicAjaxModule.cs,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** MagicAjaxModule.cs 27 Dec 2005 22:03:42 -0000 1.54 --- MagicAjaxModule.cs 6 Jan 2006 00:58:37 -0000 1.55 *************** *** 101,105 **** string STARTUP_SCRIPT_FORMAT = @" ! <script language='javascript'> if (typeof(AJAXCbo) == 'undefined') alert(""Unable to find script library '{0}/{1}'. Copy the file to the required location, or change the 'scriptPath' setting at magicAjax section of web.config.""); --- 101,105 ---- string STARTUP_SCRIPT_FORMAT = @" ! <script type=""text/javascript""> if (typeof(AJAXCbo) == 'undefined') alert(""Unable to find script library '{0}/{1}'. Copy the file to the required location, or change the 'scriptPath' setting at magicAjax section of web.config.""); |