diff options
author | John Mayhew | 2012-07-24 15:45:56 -0700 |
---|---|---|
committer | John Mayhew | 2012-07-24 15:45:56 -0700 |
commit | d25359c75089215ee48838db081fd3d51cbbd85f (patch) | |
tree | 7b457bd46fbbca8f69d6852bc21c293be5e76a7e /js/components/about-box.reel/about-box.html | |
parent | fbfa3ee872f2f8082f54d2d10f1b169cfdf9d1da (diff) | |
download | ninja-d25359c75089215ee48838db081fd3d51cbbd85f.tar.gz |
Updated manifest.json, page title, about box and splash screen to indicate that Ninja is in a preview release.
Diffstat (limited to 'js/components/about-box.reel/about-box.html')
-rw-r--r-- | js/components/about-box.reel/about-box.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/components/about-box.reel/about-box.html b/js/components/about-box.reel/about-box.html index 68220086..2705972b 100644 --- a/js/components/about-box.reel/about-box.html +++ b/js/components/about-box.reel/about-box.html | |||
@@ -48,8 +48,9 @@ POSSIBILITY OF SUCH DAMAGE. | |||
48 | <body> | 48 | <body> |
49 | <div data-montage-id="mainAboutBoxContainer" class="mainAboutBoxContainer"> | 49 | <div data-montage-id="mainAboutBoxContainer" class="mainAboutBoxContainer"> |
50 | <div id="about_box_ninja_logo"></div> | 50 | <div id="about_box_ninja_logo"></div> |
51 | <div id="about_box_preview_logo"></div> | ||
51 | <div id="aboutBoxTextBlock" class="baseAboutBoxText"> | 52 | <div id="aboutBoxTextBlock" class="baseAboutBoxText"> |
52 | <p class="mediumAboutBoxText">Ninja™</p> | 53 | <p class="mediumAboutBoxText">Ninja™ - Preview Release</p> |
53 | <p class="mediumAboutBoxText">Version: <span id="aboutBoxVersionNumber">0.0.0.0</span></p> | 54 | <p class="mediumAboutBoxText">Version: <span id="aboutBoxVersionNumber">0.0.0.0</span></p> |
54 | <p>Copyright © 2012 Motorola Mobility LLC. All rights reserved.</p> | 55 | <p>Copyright © 2012 Motorola Mobility LLC. All rights reserved.</p> |
55 | <p>The Ninja application is made possible by the <a href="http://tetsubo.org/go/ninjaland" target="_blank" class="aboutBoxAnchor">Ninja open source project</a> and <a href="credits.html" target="_blank" class="aboutBoxAnchor">other open source software</a>.</p> | 56 | <p>The Ninja application is made possible by the <a href="http://tetsubo.org/go/ninjaland" target="_blank" class="aboutBoxAnchor">Ninja open source project</a> and <a href="credits.html" target="_blank" class="aboutBoxAnchor">other open source software</a>.</p> |