Changeset 66 for Dev/trunk/js/creation.js
- Timestamp:
- 08/02/11 15:43:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/js/creation.js
r64 r66 9 9 || input.value == "Untitled Question" 10 10 || input.value == "Untitled Session" 11 || input.value == "Write a description for this session here.")) 11 || input.value == "Write a description for this session here." 12 || input.value == "Untitled Application" 13 || input.value == "Write a description for this application here.")) 12 14 { 13 15 input.value = ""; … … 39 41 input.value = "Write a description for this session here."; 40 42 } 43 else if (input.id == "applicationTitle") 44 { 45 input.value = "Untitled Application"; 46 } 47 else if (input.id == "applicationDescription") 48 { 49 input.value = "Write a description for this application here."; 50 } 41 51 42 52 }
Note: See TracChangeset
for help on using the changeset viewer.