From: Dion O. <dol...@us...> - 2005-11-18 17:46:25
|
Update of /cvsroot/magicajax/magicajax/Core/script In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31652/magicajax/Core/script Modified Files: AjaxCallObject.js Log Message: NoStore mode now uses regular 'WriteSetHtmlOfElementScript' instead of 'ExtendedWriteSetHtmlOfElementScript' (is only for Session and Cache modes) Index: AjaxCallObject.js =================================================================== RCS file: /cvsroot/magicajax/magicajax/Core/script/AjaxCallObject.js,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** AjaxCallObject.js 18 Nov 2005 10:29:04 -0000 1.7 --- AjaxCallObject.js 18 Nov 2005 17:46:17 -0000 1.8 *************** *** 483,487 **** } ! // It's used by AjaxPanel AjaxCallObject.prototype.ExtendedSetHtmlOfElementScript = function(html, elementID) { --- 483,487 ---- } ! // It's used by AjaxPanel Session and Cache mode AjaxCallObject.prototype.ExtendedSetHtmlOfElementScript = function(html, elementID) { |