aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plyr.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/plyr.js')
-rw-r--r--src/js/plyr.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index 0749b716..ac6c7d20 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -2048,7 +2048,7 @@
// Update hover tooltip for seeking
function _updateSeekTooltip(event) {
// Bail if setting not true
- if (!config.tooltips.seek) {
+ if (!config.tooltips.seek || plyr.browser.touch) {
return;
}
@@ -2251,11 +2251,11 @@
// Load HTML5 sources
plyr.media.load();
- // Display duration if available
- _displayDuration();
-
// Setup interface
_setupInterface();
+
+ // Display duration if available
+ _displayDuration();
}
// Play if autoplay attribute is present