diff options
Diffstat (limited to 'js/document/html-document.js')
-rwxr-xr-x | js/document/html-document.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, { | |||
826 | // Setting up the currentSelectedContainer to the document body. | 826 | // Setting up the currentSelectedContainer to the document body. |
827 | userTemplateDidLoad: { | 827 | userTemplateDidLoad: { |
828 | value: function(){ | 828 | value: function(){ |
829 | this.application.ninja.currentSelectedContainer = this.documentRoot; | 829 | //this.application.ninja.currentSelectedContainer = this.documentRoot; |
830 | } | 830 | } |
831 | }, | 831 | }, |
832 | 832 | ||