diff --git a/src/components/htmlMediaHelper.js b/src/components/htmlMediaHelper.js index 1968ecb7d8..52841f5cda 100644 --- a/src/components/htmlMediaHelper.js +++ b/src/components/htmlMediaHelper.js @@ -184,7 +184,7 @@ define(['appSettings', 'browser', 'events'], function (appSettings, browser, eve // as this is true only if video hasn't started yet or // user rewound to the very beginning // (but rewinding cannot happen as the first event with media of non-empty duration) - console.debug(`seeking to ${seconds} on ${e.type} event`); + console.debug('seeking to ' + seconds + ' on ' + e.type + ' event'); setCurrentTimeIfNeeded(element, seconds); events.map(function(name) { element.removeEventListener(name, onMediaChange);