From d0af21d80441cb7ffe3a92ed00f8dc9b90867098 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Mon, 23 Apr 2012 13:41:16 -0700 Subject: adjusting the bread crumb to work with the new template Initial container get setup in ninja now. Signed-off-by: Valerio Virgillito --- js/document/html-document.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/document/html-document.js') diff --git a/js/document/html-document.js b/js/document/html-document.js index 9873fdd1..54db9eaa 100755 --- a/js/document/html-document.js +++ b/js/document/html-document.js @@ -826,7 +826,7 @@ exports.HTMLDocument = Montage.create(TextDocument, { // Setting up the currentSelectedContainer to the document body. userTemplateDidLoad: { value: function(){ - this.application.ninja.currentSelectedContainer = this.documentRoot; + //this.application.ninja.currentSelectedContainer = this.documentRoot; } }, -- cgit v1.2.3