dotherightthing / wpdtrt-gallery

Gallery viewer which supports images, panoramas, maps, SoundCloud and Vimeo
1 stars 0 forks source link

JQMIGRATE: jQuery.fn.click() event shorthand is deprecated #134

Open dotherightthing opened 3 years ago

dotherightthing commented 3 years ago
$expandButton.click(function (event) {
      var triggered = !event.originalEvent; // prevent the click bubbling up to the viewer, creating an infinite loop

      event.stopPropagation();
      var $currentGallery = $(event.target).parents('.wpdtrt-gallery').eq(0);
      wpdtrtGalleryUi.toggleExpanded($, $currentGallery, triggered);
    });

See https://github.com/MiniProfiler/rack-mini-profiler/issues/343