[FIX] LinkedIn integration https courtesy of Holger Brunn

lp bug: https://launchpad.net/bugs/1135873 fixed

bzr revid: jco@openerp.com-20130314114728-zzb2x5f3zf3gm3aa
This commit is contained in:
Josse Colpaert 2013-03-14 12:47:28 +01:00
parent 1b8891dd95
commit 1e21bea9a7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ openerp.web_linkedin = function(instance) {
return self.linkedin_def.promise();
var tag = document.createElement('script');
tag.type = 'text/javascript';
tag.src = "http://platform.linkedin.com/in.js";
tag.src = "https://platform.linkedin.com/in.js";
tag.innerHTML = 'api_key : ' + self.api_key + '\nauthorize : true\nscope: r_network r_contactinfo';
document.getElementsByTagName('head')[0].appendChild(tag);
self.linkedin_added = true;