From b9ceca8fd729ac335df9ee06069165177d9f9a02 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 17 Dec 2021 08:51:41 +0100 Subject: [PATCH] wip #4962 @0.5 --- images/symbols/interface.svg | 4 ++-- js/libs/fluidbook/fluidbook.audioplayer.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/images/symbols/interface.svg b/images/symbols/interface.svg index 0f001c35..686567f0 100644 --- a/images/symbols/interface.svg +++ b/images/symbols/interface.svg @@ -373,10 +373,10 @@ - + - + '); - vp.append('
' + getSpriteIcon('play') + '
'); - vp.append('
' + getSpriteIcon('pause') + '
'); + vp.append('
' + getSpriteIcon('audioplayer-play') + '
'); + vp.append('
' + getSpriteIcon('audioplayer-pause') + '
'); vp.append('
'); var vpw = Math.max($(vp).outerWidth(), $(vp).outerHeight()); -- 2.39.5