Browse Source

Fix the main container selector (has been changed in new versions of the Monster UI)

master
Vladimir Barkasov 8 years ago
parent
commit
7dca4d9186
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.js

+ 1
- 1
app.js View File

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


Loading…
Cancel
Save