diff options
author | Nivesh Rajbhandari | 2012-06-15 15:27:38 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-06-15 15:27:38 -0700 |
commit | 28300cc13e31abd630426325f4293eb8ea279fe4 (patch) | |
tree | b0716c5846e90bda23a106b9537aab0c6bda5531 /js/document/document-html.js | |
parent | 5bbc18640934798702b0979324c565d77b347219 (diff) | |
download | ninja-28300cc13e31abd630426325f4293eb8ea279fe4.tar.gz |
IKNINJA-1746 - Can't select items behind the banner templates' viewport.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/document/document-html.js')
-rwxr-xr-x | js/document/document-html.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/document/document-html.js b/js/document/document-html.js index aded9241..b9c8e797 100755 --- a/js/document/document-html.js +++ b/js/document/document-html.js | |||
@@ -36,7 +36,7 @@ exports.HtmlDocument = Montage.create(Component, { | |||
36 | //////////////////////////////////////////////////////////////////// | 36 | //////////////////////////////////////////////////////////////////// |
37 | // | 37 | // |
38 | exclusionList: { | 38 | exclusionList: { |
39 | value: ["HTML", "BODY", "NINJA-CONTENT"] | 39 | value: ["HTML", "BODY", "NINJA-CONTENT", "NINJA-VIEWPORT"] |
40 | }, | 40 | }, |
41 | //////////////////////////////////////////////////////////////////// | 41 | //////////////////////////////////////////////////////////////////// |
42 | // | 42 | // |