1
0
Fork 0

Select menu item for applicationDetailView

This commit is contained in:
Lucas Dohmen 2014-12-13 16:59:24 +01:00 committed by Michael Hackstein
parent 6e6069a9bf
commit 8c08e6c8c6
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@
},
applicationDetail: function (key) {
this.naviView.selectMenuItem('applications-menu');
if (this.foxxList.length === 0) {
this.foxxList.fetch({ async: false });
}