Skip to content

Commit

Permalink
minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert Grantges committed Jan 13, 2015
1 parent fba717a commit 7674d36
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/controllers/directory.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,12 +399,6 @@ else if(OS_ANDROID){
};
}

/**
* Initialize View
*/

init();

/**
* Hide Bookmark Icon (Android)
*/
Expand All @@ -426,3 +420,9 @@ Ti.App.addEventListener("refresh-data", function(e){
init();
});


/**
* Initialize View
*/
init();

0 comments on commit 7674d36

Please sign in to comment.