Rev 12477 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12477 | Rev 13306 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | </div> |
75 | </div> |
76 | !next |
76 | !next |
77 | </div> |
77 | </div> |
78 | 78 | ||
79 | <!-- JS for dynamic tree display --> |
79 | <!-- JS for dynamic tree display --> |
80 | <script |
80 | <script src="scripts/js/tree_JS/tree.js"></script> |
81 | 81 | ||
82 | <!-- JS for Tabs display --> |
82 | <!-- JS for Tabs display --> |
83 | <script |
83 | <script> |
84 | /*<![CDATA[*/ |
84 | /*<![CDATA[*/ |
85 | jQuery(function($$) { |
85 | jQuery(function($$) { |
86 | $$( "#taxonomy_list" ).tabs({ |
86 | $$( "#taxonomy_list" ).tabs({ |
87 | active: $active_index |
87 | active: $active_index |
88 | }); |
88 | }); |