diff options
author | Valerio Virgillito | 2012-06-18 09:54:10 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-18 09:54:10 -0700 |
commit | aefeb5f96bf6e8e993ce44c4f328b56e39196414 (patch) | |
tree | 470507073aad91f2e607222b21d1f099777f679e | |
parent | e570fc8518cf03dd03c15982edcf17c5ba0a293d (diff) | |
parent | 28300cc13e31abd630426325f4293eb8ea279fe4 (diff) | |
download | ninja-aefeb5f96bf6e8e993ce44c4f328b56e39196414.tar.gz |
Merge pull request #309 from mqg734/IKNinja_1746
IKNINJA-1746 - Can't select items behind the banner templates' viewport.
-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 | // |