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)
|
success: function(data)
|
||||||
{
|
{
|
||||||
if ( youtube_mania_installed == true )
|
if (!(typeof(extract_yt_url_ajax)=='undefined'))
|
||||||
{
|
{
|
||||||
extract_yt_url_ajax(data);
|
extract_yt_url_ajax(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(data.error)
|
if(data.error)
|
||||||
{
|
{
|
||||||
force_stop = true;
|
force_stop = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue