Handing over url to iPad app during social connect.

This commit is contained in:
Samuel Clay 2012-08-10 19:56:40 -07:00
parent 1283092c5f
commit 312857bdf8
2 changed files with 2 additions and 1 deletions

View file

@ -86,6 +86,7 @@ _.extend(NEWSBLUR.ReaderFriends.prototype, {
check_services_sync_status: function() {
NEWSBLUR.assets.fetch_friends(_.bind(function(data) {
console.log(["Find friends", data]);
this.profile = NEWSBLUR.assets.user_profile;
this.services = data.services;
if (!this.services['twitter'].syncing && !this.services['facebook'].syncing) {

View file

@ -82,7 +82,7 @@
} else {
console.log(["No opener, directing to /", opener]);
window.close();
// window.location.href = "/";
window.location.href = "/";
}
</script>
</head>