Added back hidden views

This commit is contained in:
Fergal Moran
2013-06-30 15:45:46 +01:00
parent 878fc75cc2
commit 84617ed541
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
DssController.prototype.home = function() {
console.log("Controller: home");
this.showMixList();
return true;
};