mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
width of player is now saved and applied
This commit is contained in:
@@ -162,6 +162,10 @@ var Youtube = {
|
||||
}
|
||||
},
|
||||
|
||||
set_width: function(val){
|
||||
$(".video-container").width(val);
|
||||
},
|
||||
|
||||
notifyUser: function(id, title) {
|
||||
title = title.replace(/\\\'/g, "'").replace(/"/g,"'").replace(/&/g,"&");
|
||||
if (Notification.permission === "granted" && document.hidden && id != "30H2Z8Lr-4c" && !window.mobilecheck()) {
|
||||
|
||||
Reference in New Issue
Block a user