Changeset 363


Ignore:
Timestamp:
Apr 21, 2010, 12:02:20 PM (14 years ago)
Author:
duh
Message:
  • minor documentation changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/js/SelectAddMore.js

    r359 r363  
    5353        that.onClose = onClose;
    5454
    55         // find all term elements
     55        // find all matching select elements
    5656        $("select[rel*='" + that.rel + "']").each(function() {
    5757            // add the magic option
     
    7171        e.append('<option value="" class="addTerm">add more...</option>');
    7272
    73         // and bind to the onChange event
     73        // and bind and onChange event
    7474        e.bind('change', function() {
    7575            // was our magic option selected?
    7676            if (this.selectedIndex == s) {
    77                 // yeah, launch the term / ontology editor dialog
     77                // yeah, launch the dialog associated with this select
    7878                // note that HTML5 options are being used to make
    7979                // the dialog integrate with the application!
Note: See TracChangeset for help on using the changeset viewer.