/*
this.l10n.__('click to call this number');
this.l10n.__('view slideshow');
+ this.l10n.__('click to download the image');
*/
return true;
}
- if (external && $this.fluidbook.stats.relay_url_params !== '' && !$(this).hasClass('relay_appended')) {
+ if (external && $this.fluidbook.stats.relay_url_params !== '' && !$(this).hasClass('relay_appended')) {
$(this).addClass('relay_appended');
var u = new URL(href);
if (target === '_self') {
return true;
}
+ if ($(this).attr('download') && !Modernizr.msie) {
+ return true;
+ }
fluidbook.wopen(href, target);
return false;
});