From: Argiris K. <be...@us...> - 2006-01-07 08:03:58
|
Update of /cvsroot/magicajax/magicajax/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11742/Core Modified Files: Util.cs Log Message: Reverted the changes that checked for <input> tags of type 'hidden' inside an AjaxPanel Index: Util.cs =================================================================== RCS file: /cvsroot/magicajax/magicajax/Core/Util.cs,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Util.cs 6 Jan 2006 04:04:05 -0000 1.20 --- Util.cs 7 Jan 2006 08:03:47 -0000 1.21 *************** *** 166,170 **** { case "text": - case "hidden": if (attrNameValues.ContainsKey("value")) { --- 166,169 ---- |