diff --git a/app.js b/app.js index 81215f1..232dda4 100644 --- a/app.js +++ b/app.js @@ -459,7 +459,7 @@ define(function(require){ render: function(_container) { var self = this, - container = _container || $('#monster-content'); + container = _container || $('#monster_content'); // account switching for monster-ui self.accountId = monster.apps.auth.accountId;