You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/02/11 16:57:47 UTC

spec commit: CB-6005 Add back button for Benchmark test page!

Updated Branches:
  refs/heads/master c6dd498dd -> 3f5528ba1


CB-6005 Add back button for Benchmark test page!


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

Branch: refs/heads/master
Commit: 3f5528ba125d3419a042ce33f70b898f052fb605
Parents: c6dd498
Author: lmnbeyond <lm...@gmail.com>
Authored: Tue Feb 11 15:43:34 2014 +0800
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Feb 11 10:57:39 2014 -0500

----------------------------------------------------------------------
 benchmarks/index.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/3f5528ba/benchmarks/index.html
----------------------------------------------------------------------
diff --git a/benchmarks/index.html b/benchmarks/index.html
index abdd831..a4d7419 100644
--- a/benchmarks/index.html
+++ b/benchmarks/index.html
@@ -34,5 +34,6 @@
     <a href="autobench.html" class="btn large">AutoBench</a>
     <a href="arraybuffer.html" class="btn large">ArrayBuffer</a>
     <a href="exec.html" class="btn large">Exec Bridge</a>
+    <h2> </h2><div class="backBtn" onclick="backHome();">Back</div>
   </body>
 </html>