|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Drupal.behaviors.audioLinkTooltip = { |
|
|
|
|
attach: function (context) { |
|
|
|
|
once('audio-tooltip', '.ethnography-link', context).forEach((link) => { |
|
|
|
|
once('audio-tooltip', '.js-play-audio-from-node', context).forEach((link) => { |
|
|
|
|
const href = link.getAttribute('href'); |
|
|
|
|
if (!href) return; |
|
|
|
|
|
|
|
|
|
|