You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If there is any input, show a confirm dialog before resetting the session.
if($("input[name='yturl']").val() !== "") {
$.confirm({
'title' : 'Start new Download',
'message' : 'Choose your download: <br />' +
'<strong>Video</strong>: Download the video file.<br />' +
'<strong>Audio</strong>: Convert video and download soundtrack as mp3 file.',
'buttons' : {
// Disabled for GitHub demo, since we can not run scripts.
'Audio' : {'class' : 'blue', 'action': function() { do_download("audio"); }},
'Video' : {'class' : 'red', 'action': function() { do_download("video"); }}
}
});
}
return false;
hi,
i see on the download source the message ->
Since we cannot run PHP code here, the download functionality is disabled for this demo version.
Note: You can find the source code of this demo in the gh-pages branch.
Can you help me to remove the message and convert with your script - i have downloadet the version but i see only this shit :(
The text was updated successfully, but these errors were encountered: