diff options
Diffstat (limited to 'Resources/friendship/ui/ApplicationWindow.js')
| -rw-r--r-- | Resources/friendship/ui/ApplicationWindow.js | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/Resources/friendship/ui/ApplicationWindow.js b/Resources/friendship/ui/ApplicationWindow.js index b2c174e..067969a 100644 --- a/Resources/friendship/ui/ApplicationWindow.js +++ b/Resources/friendship/ui/ApplicationWindow.js @@ -8,7 +8,7 @@  			image: 'images/refresh.png',  			height: 5  		}); -		refresh_button.addEventListener('click', fs.ui.refreshLikeList); +		refresh_button.addEventListener('click', fs.ui.refreshAllFriendsLikeList);  		var friend_selector_button = fs.ui.friendSelectorButton(); @@ -17,7 +17,6 @@  			title: 'Sphnx',      		tabBarHidden: true,      		leftNavButton: refresh_button, -//    		rightNavButton: login_button  			rightNavButton: friend_selector_button  		});  		var loading = fs.ui.createLoadingView(); | 
