mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
Remove all unneeded svn:executable properties. Remove the eol-style property on testme25.out for proper handling of non standard EOL.
14 lines
307 B
Plaintext
14 lines
307 B
Plaintext
|
|
@@-- Function Body
|
|
@@-- $1 = the id of the area to clear
|
|
|
|
@@SET@@ FC_PLACEHOLDER = $1
|
|
|
|
{
|
|
var placeholder = $('@_FC_PLACEHOLDER_@');
|
|
if (placeholder.tagName == "TEXTAREA" || placeholder.tagName == "INPUT")
|
|
placeholder.value = "";
|
|
else
|
|
placeholder.innerHTML = "";
|
|
}
|