You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by be...@apache.org on 2013/02/27 17:29:57 UTC

spec commit: CB-2548 Add back button to splash screen test

Updated Branches:
  refs/heads/master bc23611df -> bd72ab303


CB-2548 Add back button to splash screen test

-Added back button to splash screen test


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/bd72ab30
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/bd72ab30
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/bd72ab30

Branch: refs/heads/master
Commit: bd72ab303b664e7fa90f2d3afb685e4b4fec3a4b
Parents: bc23611
Author: James Jong <wj...@gmail.com>
Authored: Tue Feb 26 15:49:50 2013 -0500
Committer: Becky Gibson <be...@apache.org>
Committed: Wed Feb 27 11:25:43 2013 -0500

----------------------------------------------------------------------
 splashscreen/index.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/bd72ab30/splashscreen/index.html
----------------------------------------------------------------------
diff --git a/splashscreen/index.html b/splashscreen/index.html
index c2115b9..00b2725 100644
--- a/splashscreen/index.html
+++ b/splashscreen/index.html
@@ -43,5 +43,6 @@
     <h2>Action</h2>
     <div class="btn large" onclick="showFor(1)">Show for 1 second</div>
     <div class="btn large" onclick="showFor(5)">Show for 5 seconds</div>
+    <h2> </h2><div class="backBtn" onclick="backHome();">Back</div>
   </body>
 </html>