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/js/jquery.cdm.taxonomic_children.js
246 246

  
247 247
      this.log('trigger_position: ' + trigger_position.top + ', ' + trigger_position.left);
248 248

  
249
      this.$element.addClass(this.options.activeClass);
249
      // Unused; TODO when re-enabling this needs to be fixed
250
      //         when using rotate, in IE and edge the child element are also rotated, need to reset child elements.
251
      // this.$element.addClass(this.options.activeClass);
250 252

  
251 253
      this.$element.append(this.container);
252 254

  
......
432 434

  
433 435

  
434 436
  $.fn[pluginName].defaults = {
435
    hoverClass: undefined,
436
    activeClass: undefined,
437
    hoverClass: undefined, // unused
438
    activeClass: undefined, // unused
437 439
    /**
438 440
     * uuid of the current classification - required
439 441
     */

Also available in: Unified diff