Updating from FTP

This commit is contained in:
KasperRT
2014-10-13 12:11:02 +02:00
parent ba5bafc00c
commit 12224161b5

View File

@@ -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();
}
}