From 7dca4d918607b181f92b467156c1c74e3845dd51 Mon Sep 17 00:00:00 2001 From: Vladimir Barkasov Date: Sat, 30 Sep 2017 20:15:23 +0700 Subject: [PATCH] Fix the main container selector (has been changed in new versions of the Monster UI) --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;