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; };