Ignore:
Timestamp:
08/02/11 15:43:10 (14 years ago)
Author:
fpvanagthoven
Message:

ApplicationCreationTool?.php and SessionCreationTool? (now can add survey to pipeline)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/js/creation.js

    r64 r66  
    99            || input.value == "Untitled Question"
    1010            || 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."))
    1214            {
    1315        input.value = "";
     
    3941            input.value = "Write a description for this session here.";
    4042        }
     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        }
    4151           
    4252    }                           
Note: See TracChangeset for help on using the changeset viewer.