mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Handing over url to iPad app during social connect.
This commit is contained in:
parent
1283092c5f
commit
312857bdf8
2 changed files with 2 additions and 1 deletions
|
@ -86,6 +86,7 @@ _.extend(NEWSBLUR.ReaderFriends.prototype, {
|
||||||
|
|
||||||
check_services_sync_status: function() {
|
check_services_sync_status: function() {
|
||||||
NEWSBLUR.assets.fetch_friends(_.bind(function(data) {
|
NEWSBLUR.assets.fetch_friends(_.bind(function(data) {
|
||||||
|
console.log(["Find friends", data]);
|
||||||
this.profile = NEWSBLUR.assets.user_profile;
|
this.profile = NEWSBLUR.assets.user_profile;
|
||||||
this.services = data.services;
|
this.services = data.services;
|
||||||
if (!this.services['twitter'].syncing && !this.services['facebook'].syncing) {
|
if (!this.services['twitter'].syncing && !this.services['facebook'].syncing) {
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
} else {
|
} else {
|
||||||
console.log(["No opener, directing to /", opener]);
|
console.log(["No opener, directing to /", opener]);
|
||||||
window.close();
|
window.close();
|
||||||
// window.location.href = "/";
|
window.location.href = "/";
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue