Download

Documentation

Community

Development

Changeset ca38e1c48431094365dec57e20dcb10d502fa4e7

Show
Ignore:
Timestamp:
06/08/09 16:58:23 (9 months ago)
Author:
Peter Krenesky <peter@…>
Children:
cf90f46f479f04a8c489323667eb2dd89899bf7a
Parents:
e4853951a2fe125067f722eda7619782524fa76b
git-committer:
Peter Krenesky <peter@osuosl.org> / 2009-06-08T09:58:23Z-0700
Message:

bugfix caused by changes for ticket #93. misnamed variable when attempting to hide input form.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pydra_server/templates/tasks.html

    re4853 rca38e  
    175175 
    176176                // hide form if any 
    177                 $('#form_'+ task_key).hide(); 
     177                $('#form_'+ task_name).hide(); 
    178178 
    179179                time = new Date(parseInt(data['time'])*1000);