Project

General

Profile

« Previous | Next » 

Revision 4d304392

Added by Andreas Kohlbecker almost 8 years ago

fixing class selector which has been changed in #5790

View differences:

modules/cdm_dataportal/cdm_taxontree/js/cdm_taxontree.js
5 5
 *
6 6
 * <div id="cdm_taxontree_parent">
7 7
 *      <div class="cdm_taxontree_scroller_xy">
8
 *              <ul class="cdm_taxontree">
8
 *              <ul class="taxon-nodes">
9 9
 *                  <li class="leaf filter_included">
10 10
 *                      <a href="/d7/test/cdm_dataportal/taxon/996dc2b4-e73d-4d40-99f9-fac18b503d1c"></a>
11 11
 *                  </li>
......
23 23
    var vertical_scroller_selector = 'cdm_taxontree_scroller_xy';
24 24

  
25 25
    var cdm_taxontree_parent = $(this);
26
    var cdm_taxontree_list = cdm_taxontree_parent.find('ul.cdm_taxontree');
26
    var cdm_taxontree_list = cdm_taxontree_parent.find('ul.taxon-nodes');
27 27

  
28 28
      /* ----------- magicbox ---------- */
29 29
      if (opts.magicbox) {

Also available in: Unified diff