From 84617ed541b36ca15f9ed5bda76156a2f7986e77 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sun, 30 Jun 2013 15:45:46 +0100 Subject: [PATCH] Added back hidden views --- static/js/app/lib/controller.coffee | 2 +- static/js/app/lib/controller.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/app/lib/controller.coffee b/static/js/app/lib/controller.coffee index 1dd1ecb..995fccf 100755 --- a/static/js/app/lib/controller.coffee +++ b/static/js/app/lib/controller.coffee @@ -7,7 +7,7 @@ define ['app', 'marionette', 'vent', home: -> console.log "Controller: home" - #@showMixList() + @showMixList() true _showMixList: (options) -> diff --git a/static/js/app/lib/controller.js b/static/js/app/lib/controller.js index 1535b02..123924c 100755 --- a/static/js/app/lib/controller.js +++ b/static/js/app/lib/controller.js @@ -15,6 +15,7 @@ DssController.prototype.home = function() { console.log("Controller: home"); + this.showMixList(); return true; };