aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/ui.js')
-rw-r--r--src/js/ui.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/js/ui.js b/src/js/ui.js
index e6c77a00..5a52543d 100644
--- a/src/js/ui.js
+++ b/src/js/ui.js
@@ -32,12 +32,6 @@ const ui = {
if (!this.supported.ui) {
this.debug.warn(`Basic support only for ${this.provider} ${this.type}`);
- // Remove controls
- utils.removeElement.call(this, 'controls');
-
- // Remove large play
- utils.removeElement.call(this, 'buttons.play');
-
// Restore native controls
ui.toggleNativeControls.call(this, true);