Skip to content

Commit

Permalink
Changed Twitter url in about.js to remove a redirect problem
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hemphill committed Sep 22, 2010
1 parent e383e73 commit 84fb8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/about.js
Expand Up @@ -80,7 +80,7 @@ twitterButton.addEventListener('click', function(e)
tabBarHidden:true
});

newWin.pageURL = "http://twitter.com/lebfamilychurch";
newWin.pageURL = "http://mobile.twitter.com/lebfamilychurch";

// Now open the window
Titanium.UI.currentTab.open(newWin,{animated:true});
Expand Down

0 comments on commit 84fb8bd

Please sign in to comment.