LP: Fix href attribute for button in safari/ios - refs BT#20284

pull/4435/head
Angel Fernando Quiroz Campos 3 years ago
parent 1f48989d4e
commit bd72de327f
  1. 2
      main/template/default/learnpath/view.tpl

@ -328,7 +328,7 @@
$('.lp-view-tabs a[href="#lp-view-content"]').tab('show');
$('.lp-view-tabs').animate({opacity: 1}, 500);
document.getElementById('btn-content-new-tab').href = this.src;
$('#btn-content-new-tab').attr('href', this.src);
});
{% if lp_mode == 'embedded' %}

Loading…
Cancel
Save