From d9d3af2c436f6ed756e27d8e9164c52f50b8ee7a Mon Sep 17 00:00:00 2001 From: Joris Tirado Date: Tue, 25 Apr 2017 09:00:29 -0700 Subject: [PATCH] UI-2694: Normalize core content id name to snake case (#24) --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 5e18d99..952add8 100644 --- a/app.js +++ b/app.js @@ -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 */