Remote Upload fixed

This commit is contained in:
Saqib Razzaq 2015-08-10 09:10:03 +00:00
parent 79d38b671b
commit eb78a2e06d

View file

@ -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;