From: Argiris K. <be...@us...> - 2005-11-14 18:50:54
|
Update of /cvsroot/magicajax/magicajax/Core/Configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30932/Core/Configuration Modified Files: MagicAjaxConfiguration.cs Log Message: Replaced all "CallBack" references by "AjaxCall" Index: MagicAjaxConfiguration.cs =================================================================== RCS file: /cvsroot/magicajax/magicajax/Core/Configuration/MagicAjaxConfiguration.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MagicAjaxConfiguration.cs 11 Nov 2005 06:17:49 -0000 1.1 --- MagicAjaxConfiguration.cs 14 Nov 2005 18:50:43 -0000 1.2 *************** *** 78,86 **** if (xml != null) { ! XmlAttribute attrib = (XmlAttribute)xml.Attributes.GetNamedItem("callBackScriptPath"); if (attrib != null) { // Resolve relative scriptPath url's (starting with "~") ! _scriptPath = CallBackHelper.ResolveUrl(attrib.Value); } --- 78,86 ---- if (xml != null) { ! XmlAttribute attrib = (XmlAttribute)xml.Attributes.GetNamedItem("ajaxCallScriptPath"); if (attrib != null) { // Resolve relative scriptPath url's (starting with "~") ! _scriptPath = AjaxCallHelper.ResolveUrl(attrib.Value); } |