Controls on mobile, and dragging

- Not using #playbar anymore, since the default controls work on mobile
- Removed List.dragging code, not in use anymore
This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-21 17:48:25 +01:00
parent 9652abf10b
commit d4a2798dc8
4 changed files with 2 additions and 84 deletions

View File

@@ -3,9 +3,6 @@ var Playercontrols = {
stopInterval: false,
initYoutubeControls: function() {
if(Helper.mobilecheck() && !window.MSStream) {
$("#controls").appendTo("#playbar");
}
Playercontrols.initControls();
},