getting the profile from remote server instead
This commit is contained in:
parent
83aa055714
commit
2ce693e193
2 changed files with 6 additions and 3 deletions
|
@ -941,9 +941,10 @@ function(jQuery, Paths, URI, HostApp, Cache) {
|
|||
iframe.contents().find('*').each(function () {
|
||||
$(this).removeAttr("tabindex");
|
||||
});
|
||||
})
|
||||
});
|
||||
|
||||
// Appending the src
|
||||
iframe.attr("src", 'http://www.youtube.com/embed/' + id + '?rel=0&showsearch=0&version=3&modestbranding=1');
|
||||
|
||||
}
|
||||
|
||||
Core.prototype.addVimeo = function(id, images) {
|
||||
|
|
Reference in a new issue