diff options
| author | Teddy Wing | 2012-06-24 03:00:50 -0400 |
|---|---|---|
| committer | Teddy Wing | 2012-06-24 03:00:50 -0400 |
| commit | b476c60611ad4b2ebe2125d8f0595ed6e62b6229 (patch) | |
| tree | 3408cd33620d2e1cc7599be9e0b564080830fefd | |
| parent | 9a7c2527c36c088cc14fd6c27c90edd93d29bdd9 (diff) | |
| download | LikeFeed-b476c60611ad4b2ebe2125d8f0595ed6e62b6229.tar.bz2 | |
Re-added commented-out facebook logout button for development purposes.
| -rw-r--r-- | Resources/friendship/ui/ApplicationWindow.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/friendship/ui/ApplicationWindow.js b/Resources/friendship/ui/ApplicationWindow.js index 06f4632..f64f715 100644 --- a/Resources/friendship/ui/ApplicationWindow.js +++ b/Resources/friendship/ui/ApplicationWindow.js @@ -3,6 +3,7 @@ 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', height: 5 @@ -13,6 +14,7 @@ title: 'Sphnx', tabBarHidden: true, leftNavButton: refresh_button +// rightNavButton: login_button }); var loading = fs.ui.createLoadingView(); win.add(loading); |
