Skip to content

Commit d167918

Browse files
committed
Incorrect speed param in JS.
1 parent 810a830 commit d167918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/js/media.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if ( ableplayer !== 'undefined' ) {
107107
el.setAttribute( 'data-heading-level', ableplayer.settings.default_heading );
108108
}
109109
}
110-
if ( 'animals' !== ableplayer.settings.default_heading ) {
110+
if ( 'animals' !== ableplayer.settings.default_speed ) {
111111
if ( ! el.hasAttribute( 'data-speed-icons' ) ) {
112112
el.setAttribute( 'data-speed-icons', 'arrows' );
113113
}

src/assets/js/media.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)