Skip to content

Commit

Permalink
Getting stations on reload of home view
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed May 8, 2011
1 parent 9912a5f commit 5ff65b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ app.homeButton = Titanium.UI.createButton({
app.homeButton.addEventListener('click',function(){
app.detailsWindow.close();
app.window.open();
getStations();
});

app.compartirImage = Titanium.UI.createImageView({
Expand Down

0 comments on commit 5ff65b0

Please sign in to comment.