Changeset 393


Ignore:
Timestamp:
May 4, 2010, 5:05:09 PM (13 years ago)
Author:
duh
Message:
  • text error
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/js/ontology-chooser.js

    r359 r393  
    144144            $(searchElement[0]).val(value);
    145145        } else {
    146             // no, dynamically insert it after the input elemtn
     146            // no, dynamically insert it after the input element
    147147            inputElement.after('<input type="hidden" name="' + elementName + '" value="' + value + '"/>');
    148148        }
Note: See TracChangeset for help on using the changeset viewer.