From c6ff24a1491d9cdcea6a22d73c27c9a755ce553b Mon Sep 17 00:00:00 2001 From: phated Date: Tue, 15 Nov 2011 17:09:01 +0000 Subject: [PATCH] testing something --- slides/api-slides/hangout-example.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slides/api-slides/hangout-example.js b/slides/api-slides/hangout-example.js index 73b8f77..69527c4 100644 --- a/slides/api-slides/hangout-example.js +++ b/slides/api-slides/hangout-example.js @@ -9,7 +9,7 @@ var Participant = { return tabSet.addTab(participant.person.displayName); }, getActivities: function() { - $.get('https://www.googleapis.com/plus/v1/people/' + this.gplusId + '/activities/public?key=AIzaSyB14Ua7k5_wusxHTQEH3sqmglO7MHjHPCI&maxResults=5&pp=1&alt=json', function(data){ + $.get('https://www.googleapis.com/plus/v1/people/' + gplusId + '/activities/public?key=AIzaSyB14Ua7k5_wusxHTQEH3sqmglO7MHjHPCI&maxResults=5&pp=1&alt=json', function(data){ return data; }, "jsonp"); } @@ -32,9 +32,9 @@ function init() { }); //var tabIds = addTabForEachPerson(tabs, participants); - var gplusIds = getGPlusIds(participants); + //var gplusIds = getGPlusIds(participants); - getGPlusActivities(gplusIds, tabIds); + //getGPlusActivities(gplusIds, tabIds); } /*function addTabForEachPerson(tabs, participants) {