diff options
| author | Teddy Wing | 2012-06-24 02:45:06 -0400 |
|---|---|---|
| committer | Teddy Wing | 2012-06-24 02:45:06 -0400 |
| commit | 6a4d77ae9cf1b00332f4a09f825f274f2fdfdb6b (patch) | |
| tree | 38b4052f6653a198f0a9603873467de129e63094 /Resources/friendship | |
| parent | eb029dddd70cbb7541a892abb2eccea2671028f1 (diff) | |
| download | LikeFeed-6a4d77ae9cf1b00332f4a09f825f274f2fdfdb6b.tar.bz2 | |
Removed Facebook login/logout button from rightNavButton.
Diffstat (limited to 'Resources/friendship')
| -rw-r--r-- | Resources/friendship/ui/ApplicationWindow.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Resources/friendship/ui/ApplicationWindow.js b/Resources/friendship/ui/ApplicationWindow.js index a88990d..23aadfc 100644 --- a/Resources/friendship/ui/ApplicationWindow.js +++ b/Resources/friendship/ui/ApplicationWindow.js @@ -3,7 +3,6 @@ var tab_group = Ti.UI.createTabGroup(); Ti.UI.currentTabGroup = tab_group; - var login_button = Ti.Facebook.createLoginButton(); var refresh_button = Ti.UI.createButton({ image: 'images/refresh.png', width: 10.0, @@ -14,8 +13,7 @@ var win = Ti.UI.createWindow({ //title: 'FriendShip', tabBarHidden: true, - leftNavButton: refresh_button, - rightNavButton: login_button, // TODO: remove before deployment + leftNavButton: refresh_button }); var loading = fs.ui.createLoadingView(); win.add(loading); |
