mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
god
This commit is contained in:
@@ -77,6 +77,7 @@ if(isset($_GET['v'])){
|
||||
|
||||
success: function() {
|
||||
console.log("saved");
|
||||
console.log(response);
|
||||
}
|
||||
});
|
||||
|
||||
@@ -87,7 +88,7 @@ if(isset($_GET['v'])){
|
||||
}).responseText;
|
||||
var url = $.parseJSON(response);
|
||||
response = url[0];
|
||||
|
||||
console.log(response);
|
||||
ytplayer.loadVideoById(response);
|
||||
},500);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user