bloom-player 2.11.0 → 2.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bloomplayer.htm
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
<!-- At build time, we replace the target of this script tag to point at the
|
|
20
20
|
the bloom player bundle with the cache-busting hash in its name. -->
|
|
21
|
-
<script src="bloomPlayer.
|
|
21
|
+
<script src="bloomPlayer.BxAHMdC0.js"></script>
|
|
22
22
|
</body>
|
|
23
23
|
|
|
24
24
|
|
package/lib/shared.es.js
CHANGED
|
@@ -1029,7 +1029,11 @@ function Ms(l) {
|
|
|
1029
1029
|
N.classList.remove("hoverUp");
|
|
1030
1030
|
}), Array.from(y.querySelectorAll("[contenteditable]")).forEach((N) => {
|
|
1031
1031
|
N.removeAttribute("contenteditable");
|
|
1032
|
-
}), Array.from(y.
|
|
1032
|
+
}), Array.from(y.getElementsByClassName("ui-audioCurrent")).forEach(
|
|
1033
|
+
(N) => {
|
|
1034
|
+
N.classList.remove("ui-audioCurrent");
|
|
1035
|
+
}
|
|
1036
|
+
), Array.from(y.querySelectorAll("[tabindex]")).forEach((N) => {
|
|
1033
1037
|
N.removeAttribute("tabindex");
|
|
1034
1038
|
});
|
|
1035
1039
|
let b = y.getElementsByClassName(
|