Skip to content

Commit

Permalink
[FIX] LinkedIn integration https courtesy of Holger Brunn
Browse files Browse the repository at this point in the history
lp bug: https://launchpad.net/bugs/1135873 fixed

bzr revid: jco@openerp.com-20130314114728-zzb2x5f3zf3gm3aa
  • Loading branch information
jco-odoo committed Mar 14, 2013
1 parent 1b8891d commit 1e21bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/web_linkedin/static/src/js/linkedin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1e21bea

Please sign in to comment.