[embjopr-commits] EMBJOPR SVN: r17 - trunk/core/src/main/webapp/js.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Wed Oct 22 14:21:08 EDT 2008


Author: ips
Date: 2008-10-22 14:21:08 -0400 (Wed, 22 Oct 2008)
New Revision: 17

Modified:
   trunk/core/src/main/webapp/js/embedded.js
Log:
sync up with latest rev of rhq.js

Modified: trunk/core/src/main/webapp/js/embedded.js
===================================================================
--- trunk/core/src/main/webapp/js/embedded.js	2008-10-22 18:10:52 UTC (rev 16)
+++ trunk/core/src/main/webapp/js/embedded.js	2008-10-22 18:21:08 UTC (rev 17)
@@ -19,7 +19,7 @@
  */
 
 //**********************************************************************************************************/
-// NOTE: This file is a copy of rhq.js, r502. If that file is updated, this file should be updated as well!
+// NOTE: This file is a copy of rhq.js, r1832. If that file is updated, this file should be updated as well!
 //**********************************************************************************************************/
 
 /**
@@ -30,10 +30,9 @@
 var WINDOW_THEME = 'alphacube';
 
 /**
- * A special value (a single NBSP character) for an input that tells the server-side that the corresponding value
- * should be set to null.
+ * A special value for an input that tells the server-side that the corresponding value should be set to null.
  */
-var NULL_INPUT_VALUE = "\u00A0";
+var NULL_INPUT_VALUE = " ";
 
 /**
  * Set the unset status of the specified input.




More information about the embjopr-commits mailing list