No edit summary Tag: Reverted |
Tag: Rollback |
||
| Line 3: | Line 3: | ||
script.onload = function () { | script.onload = function () { | ||
GreenAudioPlayer.init({ | |||
selector: '.audio-wrapper', | |||
stopOthersOnPlay: true | |||
}); | |||
GreenAudioPlayer.init({ | |||
selector: '.audio-wrapper-2', | |||
stopOthersOnPlay: true | |||
}); | |||
}; | |||
Revision as of 11:43, 25 March 2022
/* Any JavaScript here will be loaded for all users on every page load. */
script.onload = function () {
GreenAudioPlayer.init({
selector: '.audio-wrapper',
stopOthersOnPlay: true
});
GreenAudioPlayer.init({
selector: '.audio-wrapper-2',
stopOthersOnPlay: true
});
};