Update of /cvsroot/magicajax/magicajax/Core/script
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20616/Core/script
Modified Files:
AjaxCallObject.js
Log Message:
Changed 'MagicAjax library' to 'framework' as this is more appropriate.
Fixed a bug of ExtendedRendering for 'NoStore'.
Index: AjaxCallObject.js
===================================================================
RCS file: /cvsroot/magicajax/magicajax/Core/script/AjaxCallObject.js,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** AjaxCallObject.js 18 Nov 2005 17:46:17 -0000 1.8
--- AjaxCallObject.js 18 Nov 2005 18:53:07 -0000 1.9
***************
*** 483,487 ****
}
! // It's used by AjaxPanel Session and Cache mode
AjaxCallObject.prototype.ExtendedSetHtmlOfElementScript = function(html, elementID)
{
--- 483,487 ----
}
! // It's used by AjaxPanel
AjaxCallObject.prototype.ExtendedSetHtmlOfElementScript = function(html, elementID)
{
|