mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-10 11:29:37 +00:00
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:
@@ -3,9 +3,6 @@ var Playercontrols = {
|
||||
stopInterval: false,
|
||||
|
||||
initYoutubeControls: function() {
|
||||
if(Helper.mobilecheck() && !window.MSStream) {
|
||||
$("#controls").appendTo("#playbar");
|
||||
}
|
||||
Playercontrols.initControls();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user