diff options
Diffstat (limited to 'js')
-rwxr-xr-x | js/document/templates/montage-web/index.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/js/document/templates/montage-web/index.html b/js/document/templates/montage-web/index.html index e02d8d8e..a1b8b242 100755 --- a/js/document/templates/montage-web/index.html +++ b/js/document/templates/montage-web/index.html | |||
@@ -15,8 +15,6 @@ | |||
15 | <html> | 15 | <html> |
16 | 16 | ||
17 | <head> | 17 | <head> |
18 | |||
19 | <title data-ninja-template="true">Ninja Prototype</title> | ||
20 | 18 | ||
21 | <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true"> | 19 | <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true"> |
22 | * { | 20 | * { |
@@ -35,7 +33,6 @@ | |||
35 | 33 | ||
36 | html { | 34 | html { |
37 | overflow: scroll; | 35 | overflow: scroll; |
38 | padding: 0 11px 11px 0; | ||
39 | } | 36 | } |
40 | 37 | ||
41 | html, body { | 38 | html, body { |
@@ -55,14 +52,16 @@ | |||
55 | -webkit-transition: all 450ms linear !important; | 52 | -webkit-transition: all 450ms linear !important; |
56 | } | 53 | } |
57 | </style> | 54 | </style> |
58 | 55 | ||
59 | <script type="text/javascript" data-package="." src="../../../../node_modules/montage/montage.js" data-ninja-template="true"></script> | 56 | <script type="text/javascript" data-ninja-template="true"> |
60 | |||
61 | <script type="text/javascript" data-ninja-template="true"> | ||
62 | function getElement(x,y) { | 57 | function getElement(x,y) { |
63 | return document.elementFromPoint(x,y); | 58 | return document.elementFromPoint(x,y); |
64 | } | 59 | } |
65 | </script> | 60 | </script> |
61 | |||
62 | <!-- TODO: Determine if loading Montage is always needed or if it could be done author-time or on file open --> | ||
63 | |||
64 | <script type="text/javascript" data-package="." src="../../../../node_modules/montage/montage.js" data-ninja-template="true"></script> | ||
66 | 65 | ||
67 | <script type="text/montage-serialization" data-ninja-template="true"> | 66 | <script type="text/montage-serialization" data-ninja-template="true"> |
68 | { | 67 | { |
@@ -74,7 +73,6 @@ | |||
74 | 73 | ||
75 | </head> | 74 | </head> |
76 | 75 | ||
77 | <body> | 76 | <body></body> |
78 | </body> | ||
79 | 77 | ||
80 | </html> \ No newline at end of file | 78 | </html> \ No newline at end of file |