Skip to content

Commit

Permalink
Merge branch 'master', remote branch 'origin' into photos_new
Browse files Browse the repository at this point in the history
  • Loading branch information
ctide committed Sep 28, 2011
2 parents 36c67e0 + 288f190 commit d05161e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps/LinkaLatte/static/index.html
Expand Up @@ -36,7 +36,7 @@
<div class="linkInfo">
<img class="providerIcon" />
<div class="fullInfo">
<div class="linkLine"><img onerror="hideMe()" class="favicon" /><a target="_new" href="" class="expandedLink">http://example.com</a><span class="origLink"></span></div>
<div class="linkLine"><img onerror="hideMe()" class="favicon" /><a target="_blank" href="" class="expandedLink">http://example.com</a><span class="origLink"></span></div>
<div class="linkFrom"></div>
<div class="linkDescription">This is the link description</div><div class="viewMore">&#9654; View</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Collections/Contacts/sync.js
Expand Up @@ -46,7 +46,7 @@ exports.gatherContacts = function(cb) {
console.error('flickr done!');
});
} else if(svc.provides.indexOf('contact/gcontacts') >= 0) {
exports.getContacts("google", "contact", svc.id, function() {
exports.getContacts("gcontacts", "contact", svc.id, function() {
console.error('gcontacts done!');
});
} else if(svc.provides.indexOf('contact/foursquare') >= 0) {
Expand Down

0 comments on commit d05161e

Please sign in to comment.