Project

General

Profile

« Previous | Next » 

Revision 09edee9a

Added by Andreas Kohlbecker over 7 years ago

fix #6054 removing rotation which is unused anyway - fixes display bug in IE and Edge

View differences:

modules/cdm_dataportal/cdm_dataportal.module
293 293
  
294 294
  drupal_add_js('jQuery(document).ready(function() {
295 295
        jQuery(\'' . $jquery_selector . '\').taxonomic_children({
296
          hoverClass: "fa-rotate-90",
297
          activeClass: "fa-rotate-90",
296
          // hoverClass: "fa-rotate-90",
297
          // activeClass: "fa-rotate-90",
298 298
          classificationUuid: "' . get_current_classification_uuid() . '",
299 299
          taxonUuid: "' . get_current_taxon_uuid() . '",
300 300
          cdmWebappBaseUri: "' . variable_get('cdm_webservice_url', '') . '",

Also available in: Unified diff