getting the profile from remote server instead

This commit is contained in:
Jeena Paradies 2013-02-27 23:30:43 +01:00
parent 83aa055714
commit 2ce693e193
2 changed files with 6 additions and 3 deletions

View file

@ -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) {