aboutsummaryrefslogtreecommitdiff
path: root/js/components/about-box.reel/about-box.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/about-box.reel/about-box.html')
-rw-r--r--js/components/about-box.reel/about-box.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/js/components/about-box.reel/about-box.html b/js/components/about-box.reel/about-box.html
index 7142d605..ecdd4389 100644
--- a/js/components/about-box.reel/about-box.html
+++ b/js/components/about-box.reel/about-box.html
@@ -1,4 +1,4 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- <copyright> 2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/> 3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> 4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
@@ -12,8 +12,7 @@
12 <script type="text/montage-serialization"> 12 <script type="text/montage-serialization">
13 { 13 {
14 "owner": { 14 "owner": {
15 "module": "js/components/about-box.reel", 15 "prototype": "js/components/about-box.reel",
16 "name": "AboutBox",
17 "properties": { 16 "properties": {
18 "element": {"#": "mainAboutBoxContainer"} 17 "element": {"#": "mainAboutBoxContainer"}
19 } 18 }
@@ -22,7 +21,7 @@
22 </script> 21 </script>
23</head> 22</head>
24<body> 23<body>
25<div class="mainAboutBoxContainer" id="mainAboutBoxContainer"> 24<div data-montage-id="mainAboutBoxContainer" class="mainAboutBoxContainer">
26 <div id="about_box_ninja_logo"></div> 25 <div id="about_box_ninja_logo"></div>
27 <div id="aboutBoxTextBlock" class="baseAboutBoxText"> 26 <div id="aboutBoxTextBlock" class="baseAboutBoxText">
28 <p class="mediumAboutBoxText">Version: <span id="aboutBoxVersionNumber">0.0.0.0</span></p> 27 <p class="mediumAboutBoxText">Version: <span id="aboutBoxVersionNumber">0.0.0.0</span></p>