From 9ba9039d9e11843b843dda9ed268a0c5954e4e09 Mon Sep 17 00:00:00 2001 From: fengyuexingzi Date: Tue, 3 Jul 2018 09:23:29 +0800 Subject: [PATCH] lk --- share.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share.html b/share.html index d76ffad..c9fb57f 100644 --- a/share.html +++ b/share.html @@ -13,7 +13,7 @@ // Setup an event listener to make an API call once auth is complete function onLinkedInLoad() { console.log('load'); - IN.User.authorize(lkc); + IN.User.authorize(lk); IN.Event.on(IN, "auth", shareContent); }