mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updating from FTP
This commit is contained in:
@@ -271,7 +271,7 @@ function errorHandler(newState)
|
||||
type: "POST",
|
||||
url: "php/change.php",
|
||||
async: false,
|
||||
data: "thisUrl="+response+"&act=delete",
|
||||
data: "thisUrl="+response+"&act=empty",
|
||||
|
||||
success: function() {
|
||||
console.log("error! deleted video");
|
||||
@@ -298,4 +298,4 @@ function onPlayerReady(event) {
|
||||
getTime();
|
||||
ytplayer.playVideo();
|
||||
getTitle();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user