You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/08/07 02:53:27 UTC

[09/32] spec commit: Restored page with links to avoid conflic merges

Restored page with links to avoid conflic merges


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/e83156bd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/e83156bd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/e83156bd

Branch: refs/heads/master
Commit: e83156bd76c5e6179a7166b47d357b8703b9ee9a
Parents: d640abf
Author: Martin Gonzalez <ma...@gmail.com>
Authored: Fri Aug 1 12:24:02 2014 -0500
Committer: Martin Gonzalez <ma...@gmail.com>
Committed: Fri Aug 1 12:24:02 2014 -0500

----------------------------------------------------------------------
 www/autotest/index.html | 1 +
 www/index.html          | 2 ++
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/e83156bd/www/autotest/index.html
----------------------------------------------------------------------
diff --git a/www/autotest/index.html b/www/autotest/index.html
index ad20c42..fe1dd91 100644
--- a/www/autotest/index.html
+++ b/www/autotest/index.html
@@ -56,6 +56,7 @@
     <a href="pages/splashscreen.html" class="btn large" style="width:100%;">Run Splashscreen Tests</a>
     <a href="pages/whitelist.html" class="btn large" style="width:100%;">Run Whitelist Tests</a>
     <a href="pages/localXHR.html" class="btn large" style="width:100%;">Run local XHR Tests</a>
+    <a href="pages/vibration.html" class="btn large" style="width:100%;">Run Vibration Tests</a>
     <h2> </h2><div class="backBtn">Back</div>
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/e83156bd/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 40f5046..39bc875 100644
--- a/www/index.html
+++ b/www/index.html
@@ -62,6 +62,8 @@ User-Agent: <span id="user-agent"> </span></div>
     <a href="benchmarks/index.html" class="btn large">Benchmarks</a>
     <a href="inappbrowser/index.html" class="btn large">In App Browser</a>
     <a href="keyboard/index.html" class="btn large">Keyboard</a>
+    <a href="vibration/index.html" class="btn large">Vibration</a>
+    <a href="file/index.html" class="btn large">File &amp; File Transfer</a>
     <a href="statusbar/index.html" class="btn large">Status Bar</a>
   </body>
 </html>