Ignore:
Timestamp:
03/18/11 21:03:39 (13 years ago)
Author:
gaba
Message:

fix - open node with no data.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/WebContent/scripts/jquery/jsTree.v.1.0rc2/jquery.jstree.js

    r1108 r1175  
    503503                                        obj.children("a").addClass("jstree-loading");
    504504                                        this.load_node(obj, function () { t.open_node(obj, callback, skip_animation); }, callback);
     505                                        //gs- fix
     506                                        if (!this._is_loaded(obj)){
     507                                                $(obj).removeClass("jstree-closed").addClass("jstree-leaf");
     508                                        }
    505509                                }
    506510                                else {
Note: See TracChangeset for help on using the changeset viewer.