|
|
@ -133,7 +133,7 @@ if(typeof VMM != 'undefined' && typeof VMM.MediaType == 'undefined') { |
|
|
|
media.id = wiki_id.replace(" ", "%20"); |
|
|
|
media.id = wiki_id.replace(" ", "%20"); |
|
|
|
media.lang = d.split("//")[1].split(".wikipedia")[0]; |
|
|
|
media.lang = d.split("//")[1].split(".wikipedia")[0]; |
|
|
|
success = true; |
|
|
|
success = true; |
|
|
|
} else if (d.indexOf('http://') == 0) { |
|
|
|
} else if (d.indexOf('http://') == 0 || d.indexOf('https://') == 0) { |
|
|
|
media.type = "website"; |
|
|
|
media.type = "website"; |
|
|
|
media.id = d; |
|
|
|
media.id = d; |
|
|
|
success = true; |
|
|
|
success = true; |
|
|
@ -156,4 +156,4 @@ if(typeof VMM != 'undefined' && typeof VMM.MediaType == 'undefined') { |
|
|
|
} |
|
|
|
} |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|