Remote Upload fixed
This commit is contained in:
parent
79d38b671b
commit
eb78a2e06d
1 changed files with 5 additions and 4 deletions
|
@ -229,10 +229,11 @@ var loading_img_2 = "<img style='vertical-align:middle' src='"+imageurl+"/ajax-l
|
|||
},
|
||||
success: function(data)
|
||||
{
|
||||
if ( youtube_mania_installed == true )
|
||||
{
|
||||
extract_yt_url_ajax(data);
|
||||
}
|
||||
if (!(typeof(extract_yt_url_ajax)=='undefined'))
|
||||
{
|
||||
extract_yt_url_ajax(data);
|
||||
}
|
||||
|
||||
if(data.error)
|
||||
{
|
||||
force_stop = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue