Browse Source

UI-2694: Normalize core content id name to snake case (#24)

4.3
Joris Tirado 9 years ago
committed by GitHub
parent
commit
d9d3af2c43
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.js

+ 1
- 1
app.js View File

@ -51,7 +51,7 @@ define(function(require){
render: function(container){
var self = this,
parent = container || $('#monster-content'),
parent = container || $('#monster_content'),
template = $(monster.template(self, 'app'));
/* On first Load, load my office */


Loading…
Cancel
Save