You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2004/07/07 14:32:24 UTC

svn commit: rev 22673 - forrest/trunk/src/core/context/skins/common/scripts

Author: thorsten
Date: Wed Jul  7 05:32:22 2004
New Revision: 22673

Modified:
   forrest/trunk/src/core/context/skins/common/scripts/getBlank.js
Log:
Changed the description of the script


Modified: forrest/trunk/src/core/context/skins/common/scripts/getBlank.js
==============================================================================
--- forrest/trunk/src/core/context/skins/common/scripts/getBlank.js	(original)
+++ forrest/trunk/src/core/context/skins/common/scripts/getBlank.js	Wed Jul  7 05:32:22 2004
@@ -14,8 +14,8 @@
 * limitations under the License.
 */
 /**
- * This script, when included in a html file, will set the value of a form text to ""
- * if the text value is the standard value. Besides that is has to be called from the text field
+ * This script, when included in a html file and called from a form text field, will set the value of this field to ""
+ * if the text value is still the standard value.
  *
  * Typical usage:
  * <script type="text/javascript" language="JavaScript" src="getBlank.js"></script>