SpeciesFileGroup/taxonworks

View on GitHub
app/assets/javascripts/vendor/lib/easy_zoom/config.js

Summary

Maintainability
A
0 mins
Test Coverage
$(document).on('turbolinks:load', function() {
  if($(".easyzoom").length) {
    images();
  }
});

function images() {
    var $easyzoom = $('.easyzoom').easyZoom();

 //   $('.easyzoom').on('click', function() {
 //    location.href = ($(this).children('a').attr('href'));
 //   });
}