Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Don’t force show my feed after following a user #5

Merged
merged 1 commit into from Sep 14, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/app.js
Expand Up @@ -482,7 +482,7 @@ $(document).ready(function () {
Usergrid.ApiClient.runAppQuery(new Usergrid.Query('POST', 'users/' + appUser.get('username') + '/following/users/' + username, null, null,
function() {
$('#now-following-text').html('Congratulations! You are now following <strong>' + username + '</strong>');
showMyFeed();
//showMyFeed();
},
function() {
$('#now-following-text').html('Aw Shucks! There was a problem trying to follow <strong>' + username + '</strong>');
Expand Down